Gets a value that indicate whether this is a memory-based IOcrDocument.
public bool IsInMemory { get; }
ReadOnly Property IsInMemory As Boolean
bool IsInMemory {get;}
@property (nonatomic, assign, readonly) BOOL isInMemory
public boolean isInMemory()
get_IsInMemory();
property bool IsInMemory {
bool get();
}
true if this is a memory-based IOcrDocument and false if this is a file-based document.
For information on how to create memory-based or file-based documents or how to load file-based documents from disk refer to IOcrDocumentManager.CreateDocument and Programming with the LEADTOOLS .NET OCR.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET