GetFormFieldType
Description
Returns the type of the specified form field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldType(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldType(Index As Long) As Long
DLL
int QuickPDFGetFormFieldType(int InstanceID, int Index)
Parameters
| Index | The index of the form field |
Return values
| 0 | Unknown |
| 1 | Text |
| 2 | Pushbutton |
| 3 | Checkbox |
| 4 | Radiobutton |
| 5 | Choice |
| 6 | Signature |
| 7 | Parent |