Tag Link | [PDF_Read->FieldType] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 8.1 |
Change | Unchanged | Data Source | Any |
Output Type | String | Security | None |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0 |
[PDF_Read->FieldType] returns the type of a form element. The tag requires one parameter which specifies the name of the field to be inspected. The types of form elements include CheckBox, ComboBox, List, PushButton, RadioButton, Text, and Signature.
[Var; 'myPDF' = (File_Read:
[$myPDF->(FieldType: 'myElement')]
[Iterate: $myPDF->(FieldNames), (Var: 'name')]
[Var: 'name'] [$myPDF->(FieldType: $name)]
[/Iterate]
Optional Parameters | |
---|---|
Field Name | The name of the field to be inspected. |
See the Lasso 8 Language Guide for examples of how to use this tag.