The 0-based index of the detected table within the last extraction process. It must be a value between 0 and GdPictureTextExtraction.GetTableCount() - 1.





In This Topic

GetTableRowCount Method (GdPictureTextExtraction)

In This Topic
Returns the number of rows in a specified table.
Syntax
'Declaration

 

Public Function GetTableRowCount( _

   ByVal TableIdx As Integer _

) As Integer
public int GetTableRowCount( 

   int TableIdx

)
public function GetTableRowCount( 

    TableIdx: Integer

): Integer; 
public function GetTableRowCount( 

   TableIdx : int

) : int;
public: int GetTableRowCount( 

   int TableIdx

) 
public:

int GetTableRowCount( 

   int TableIdx

) 

Parameters

TableIdx
The 0-based index of the detected table within the last extraction process. It must be a value between 0 and GdPictureTextExtraction.GetTableCount() - 1.

Return Value

The number of rows.
Remarks

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

See Also