←Select platform

IsInMemory Property

Summary
Gets a value that indicate whether this is a memory-based IOcrDocument.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsInMemory { get; } 
@property (nonatomic, assign, readonly) BOOL isInMemory 
public boolean isInMemory() 
property bool IsInMemory { 
   bool get(); 
} 
IsInMemory # get  (IOcrDocument) 

Property Value

true if this is a memory-based IOcrDocument and false if this is a file-based document.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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