←Select platform

OcrImageSharingMode Enumeration

Summary

Options used with IOcrEngine.CreatePage to determine the ownership of the source raster image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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

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.Forms.Ocr Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly