Options used with IOcrEngine.CreatePage to determine the ownership of the source raster image.
[SerializableAttribute()]
public enum OcrImageSharingMode
<SerializableAttribute()>
Public Enum OcrImageSharingMode
typedef NS_ENUM(NSInteger, LTOcrImageSharingMode)
public enum OcrImageSharingMode
[SerializableAttribute()]
public enum class OcrImageSharingMode
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document