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

Show in webframe

OcrCreateDocumentOptions Enumeration








Options to use when creating a document using IOcrDocumentManager.
Syntax
'Declaration
 
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCreateDocumentOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrCreateDocumentOptions
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  
Members
ValueMemberDescription
0x00000000None Create a File-Based document. The document file name is used.
0x00000001InMemory Create a Memory-Based document. The document file name is not used.
0x00000002AutoDeleteFile Automatically delete the document file when the document is disposed. Not available if InMemory is specified.
0x00000004LoadExisting Load document from the file specified. Not available if InMemory is specified.
Remarks

For more information, refer to IOcrDocumentManager and Programming with the LEADTOOLS .NET OCR.

Example

For an example, refer to IOcrDocumentManager.CreateDocument(string, OcrCreateDocumentOptions).

Inheritance Hierarchy

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

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