'Declaration
Public Function GetFormFieldCount( _ ByVal OCRResultID As String _ ) As Integer
public int GetFormFieldCount( string OCRResultID )
public function GetFormFieldCount( OCRResultID: String ): Integer;
public function GetFormFieldCount( OCRResultID : String ) : int;
public: int GetFormFieldCount( string* OCRResultID )
public: int GetFormFieldCount( String^ OCRResultID )
Parameters
- OCRResultID
- The unique result identifier of the executed OCR process obtained by the GdPictureOCR.RunOCR method.
Return Value
The number of extracted form fields