←Select platform

OcrImageSharingMode Enumeration

Summary
Options used with IOcrEngine.CreatePage to determine the ownership of the source raster image.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum OcrImageSharingMode   
<SerializableAttribute()> 
Public Enum OcrImageSharingMode  
typedef NS_ENUM(NSInteger, LTOcrImageSharingMode) 
public enum OcrImageSharingMode 
[SerializableAttribute()] 
public enum class OcrImageSharingMode   
Members
ValueMemberDescription
0None IOcrPage will not dispose the RasterImage when it is disposed. The page does not own the raster image.
1AutoDispose IOcrPage will dispose the RasterImage when it is disposed. The page owns the raster image.
Remarks

OcrImageSharingMode determines the ownership of the source raster image object passed to IOcrEngine.CreatePage.

Example

For an example, refer to IOcrEngine.CreatePage.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.