In This Topic

GetFormFieldCount Method (GdPictureTextExtraction)

In This Topic
Returns the number of extracted form fields within the extraction process. Form fields extraction is automatically performed during each extraction process.
Syntax
'Declaration

 

Public Function GetFormFieldCount() As Integer
public int GetFormFieldCount()
public function GetFormFieldCount(): Integer; 
public function GetFormFieldCount() : int;
public: int GetFormFieldCount(); 
public:

int GetFormFieldCount(); 

Return Value

The number of extracted form fields
Remarks

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

See Also