Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrImageSharingMode Enumeration








Options used with IOcrEngine.CreatePage to determine the ownership of the source raster image.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrImageSharingMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrImageSharingMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features