GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class / GetFormFieldKeyText 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
GetFormFieldKeyText Method (GdPictureTextExtraction)
In This Topic
Returns the text of a specified form field.
Syntax
'Declaration
 
Public Function GetFormFieldKeyText( _
   ByVal FieldIdx As Integer _
) As String
public string GetFormFieldKeyText( 
   int FieldIdx
)
public function GetFormFieldKeyText( 
    FieldIdx: Integer
): String; 
public function GetFormFieldKeyText( 
   FieldIdx : int
) : String;
public: string* GetFormFieldKeyText( 
   int FieldIdx
) 
public:
String^ GetFormFieldKeyText( 
   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

The key text.
Remarks

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

See Also