GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class / EnableTablesExtraction Property





In This Topic
EnableTablesExtraction Property (GdPictureTextExtraction)
In This Topic
Specifies whether tables extraction is enabled.
Syntax
'Declaration
 
Public Property EnableTablesExtraction As Boolean
public bool EnableTablesExtraction {get; set;}
public read-write property EnableTablesExtraction: Boolean; 
public function get,set EnableTablesExtraction : boolean
public: __property bool get_EnableTablesExtraction();
public: __property void set_EnableTablesExtraction( 
   bool value
);
public:
property bool EnableTablesExtraction {
   bool get();
   void set (    bool value);
}

Property Value

Default value is false.
See Also