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

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

See Also