←Select platform

OcrCreateDocumentOptions Enumeration

Summary
Options to use when creating a document using IOcrDocumentManager.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum OcrCreateDocumentOptions 
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum OcrCreateDocumentOptions  
typedef NS_ENUM(NSInteger, LTOcrCreateDocumentOptions) 
public enum OcrCreateDocumentOptions 
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class OcrCreateDocumentOptions   
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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.