←Select platform

FileName Property

Summary
Gets the name of the disk file used by this file-based IOcrDocument.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string FileName { get; } 
@property (nonatomic, strong, readonly, nullable) NSString *fileName 
public String getFileName() 
property String^ FileName { 
   String^ get(); 
} 
FileName # get  (IOcrDocument) 

Property Value

The name of the disk file used by this file-based IOcrDocument or null if this is a memory-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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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