←Select platform

DocumentFileName Property

Summary

The name of the output document file.

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

Property Value

A string that contains the name of the output document file. When recognition is completed, this file will be created on disk.

Remarks

One of DocumentFileName or DocumentStream must not be null. The output document will be stored in the specified file or .NET stream, respectively.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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