Gets the name of the disk file used by this file-based IOcrDocument.
public string FileName { get; }
ReadOnly Property FileName As String
string FileName {get;}
@property (nonatomic, strong, readonly, nullable) NSString *fileName
public String getFileName()
get_FileName();
property String^ FileName {
String^ get();
}
The name of the disk file used by this file-based IOcrDocument or null if this is a memory-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