  | TesseractOcrImageAdaptiveThresholdingSettingsEnabled Property  | 
Gets or Sets a value indicating whether adaptive thresholding (a.k.a. local or dynamic thresholding) should be used when thresholding the page image.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
	Get
	Set
public:
virtual property bool Enabled {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
Booleantrue if Enabled; otherwise, 
false.
See Also