C#
VB
Java
Objective-C
WinRT C#
C++
Options used with IOcrEngine.CreatePage to determine the ownership of the source raster image.
[SerializableAttribute()]public enum OcrImageSharingMode
<SerializableAttribute()>Public Enum OcrImageSharingMode
[SerializableAttribute()]public enum OcrImageSharingMode
typedef NS_ENUM(NSInteger, LTOcrImageSharingMode) public enum OcrImageSharingMode Leadtools.Forms.Ocr.OcrImageSharingMode = function() { };Leadtools.Forms.Ocr.OcrImageSharingMode.prototype = {<br/>None = 0,AutoDispose = 1,};
[SerializableAttribute()]public enum class OcrImageSharingMode
Members
| Value | Member | Description |
|---|---|---|
| 0 | None | IOcrPage will not dispose the RasterImage when it is disposed. The page does not own the raster image. |
| 1 | AutoDispose | IOcrPage will dispose the RasterImage when it is disposed. The page owns the raster image. |
OcrImageSharingMode determines the ownership of the source raster image object passed to IOcrEngine.CreatePage.
For an example, refer to IOcrEngine.CreatePage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
