GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class / GetFormFieldType Method
The 0-based index of the form field pair within the last extraction process. It must be a value between 0 and GetFormFieldCount() - 1.





In This Topic
GetFormFieldType Method (GdPictureTextExtraction)
In This Topic
Returns the type of a specified form field.
Syntax
'Declaration
 
Public Function GetFormFieldType( _
   ByVal FieldIdx As Integer _
) As FormFieldType
public FormFieldType GetFormFieldType( 
   int FieldIdx
)
public function GetFormFieldType( 
    FieldIdx: Integer
): FormFieldType; 
public function GetFormFieldType( 
   FieldIdx : int
) : FormFieldType;
public: FormFieldType GetFormFieldType( 
   int FieldIdx
) 
public:
FormFieldType GetFormFieldType( 
   int FieldIdx
) 

Parameters

FieldIdx
The 0-based index of the form field pair within the last extraction process. It must be a value between 0 and GetFormFieldCount() - 1.

Return Value

A member of the FormFieldType enumeration.
Remarks

This method requires the KVP and Table Processing - Intelligent Redaction component to run.

See Also