EnablePreprocessing Property (GdPictureOCR)
In This Topic
Specifies if image preprocessing is activated.
Syntax
'Declaration
Public Property EnablePreprocessing As Boolean
public bool EnablePreprocessing {get; set;}
public read-write property EnablePreprocessing: Boolean;
public function get,set EnablePreprocessing : boolean
public: __property bool get_EnablePreprocessing();
public: __property void set_EnablePreprocessing(
bool value
);
public:
property bool EnablePreprocessing {
bool get();
void set ( bool value);
}
Property Value
The default value is true.
See Also