Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : OcrImageSharingMode Enumeration |
[SerializableAttribute()] public enum OcrImageSharingMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum OcrImageSharingMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OcrImageSharingMode
[SerializableAttribute()] public enum OcrImageSharingMode : System.IComparable, System.IConvertible, System.IFormattable
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
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrImageSharingMode