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





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

Property Value

Default value is true.
See Also