GetTableColumnCount Method (GdPictureTextExtraction)
Returns the number of columns in a specified table.
public int GetTableColumnCount(
int
)
public function GetTableColumnCount(
: Integer
): Integer;
public function GetTableColumnCount(
: int
) : int;
public: int GetTableColumnCount(
int
)
public:
int GetTableColumnCount(
int
)
'Declaration
Public Function GetTableColumnCount( _
ByVal As Integer _
) As Integer
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 columns.