Click or drag to resize

OcrEngine.Dispose Method (Boolean)

Releases the unmanaged resources used by the OcrEngine and optionally releases the managed resources

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also