In This Topic

GetTableCount Method (GdPictureTextExtraction)

In This Topic
Returns the number of detected tables within the extraction process.
Syntax
'Declaration

 

Public Function GetTableCount() As Integer
public int GetTableCount()
public function GetTableCount(): Integer; 
public function GetTableCount() : int;
public: int GetTableCount(); 
public:

int GetTableCount(); 

Return Value

The number of detected tables.
Remarks

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

See Also