←Select platform

DocumentFileName Property

Summary

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

Syntax

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

Leadtools.Forms.Ocr Assembly