GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class / GetTableColumnCount Method
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
GetTableColumnCount Method (GdPictureTextExtraction)
In This Topic
Returns the number of columns in a specified table.
Syntax
'Declaration
 
Public Function GetTableColumnCount( _
   ByVal TableIdx As Integer _
) As Integer
public int GetTableColumnCount( 
   int TableIdx
)
public function GetTableColumnCount( 
    TableIdx: Integer
): Integer; 
public function GetTableColumnCount( 
   TableIdx : int
) : int;
public: int GetTableColumnCount( 
   int TableIdx
) 
public:
int GetTableColumnCount( 
   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 columns.
Remarks

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

See Also