←Select platform

DocumentFileName Property

Summary

Gets the name of the document file being saved in the current operation.

Syntax
C#
VB
Objective-C
C++
Java
public string DocumentFileName { get; } 
Public ReadOnly Property DocumentFileName As String 
@property (nonatomic, copy, readonly, nullable) NSString *documentFileName 
public String getDocumentFileName() 
public: 
property String^ DocumentFileName { 
   String^ get(); 
} 

Property Value

The name of the document file being saved in the current operation.

Remarks

This member will be equal to the original OcrAutoRecognizeJobData.DocumentFileName value except for the following operations: SavePage and AppendLtd where it will be destination file name or SaveDocument where it can either be the original document file name or the name of a temporary LTD file if LTD is being used to create a temporary document during recognition.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly