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 : OcrCreateDocumentOptions Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum OcrCreateDocumentOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> <SerializableAttribute()> Public Enum OcrCreateDocumentOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OcrCreateDocumentOptions
[FlagsAttribute()] [SerializableAttribute()] public enum OcrCreateDocumentOptions : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTOcrCreateDocumentOptions)
public enum OcrCreateDocumentOptions
Leadtools.Forms.Ocr.OcrCreateDocumentOptions = function() { }; Leadtools.Forms.Ocr.OcrCreateDocumentOptions.prototype = {<br/> None = 0x00000000, InMemory = 0x00000001, AutoDeleteFile = 0x00000002, LoadExisting = 0x00000004, };
[FlagsAttribute()] [SerializableAttribute()] public enum class OcrCreateDocumentOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
For more information, refer to IOcrDocumentManager and Programming with the LEADTOOLS .NET OCR.
For an example, refer to IOcrDocumentManager.CreateDocument(string, OcrCreateDocumentOptions).
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrCreateDocumentOptions