←Select platform

IsInMemory Property

Summary

Gets a value that indicate whether this is a memory-based IOcrDocument.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly