[SerializableAttribute()]
[FlagsAttribute()]
public enum OcrCreateDocumentOptions
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCreateDocumentOptions
typedef NS_ENUM(NSInteger, LTOcrCreateDocumentOptions)
public enum OcrCreateDocumentOptions
[FlagsAttribute()]
[SerializableAttribute()]
public enum class OcrCreateDocumentOptions
Value | Member | Description |
---|---|---|
0x00000000 | None | Create a File-Based document. The document file name is used. |
0x00000001 | InMemory | Create a Memory-Based document. The document file name is not used. |
0x00000002 | AutoDeleteFile | Automatically delete the document file when the document is disposed. Not available if InMemory is specified. |
0x00000004 | LoadExisting | Load document from the file specified. Not available if InMemory is specified. |
For more information, refer to IOcrDocumentManager and Programming with the LEADTOOLS .NET OCR.
For an example, refer to IOcrDocumentManager.CreateDocument(string, OcrCreateDocumentOptions).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document