GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class / GetTableRowCount Method
The 0-based index of the detected table within the last extraction process. It must be a value between 0 and 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 GetTableCount() - 1.

Return Value

The number of rows.
Remarks

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

See Also