←Select platform

DocumentFileName Property

Summary

The name of the output document file.

Syntax

C#
Objective-C
C++/CLI
Java
Python
public string DocumentFileName { get; set; } 
@property (nonatomic, copy) NSString *documentFileName; 
public String getDocumentFileName() 
public void setDocumentFileName(String value) 
public: 
property String^ DocumentFileName { 
   String^ get(); 
   void set (    String^ ); 
} 
DocumentFileName # get and set (OcrAutoRecognizeJobData) 

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.

Requirements

Target Platforms

See Also

OcrAutoRecognizeJobData Structure

OcrAutoRecognizeJobData Members

Programming with the LEADTOOLS .NET OCR

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

Leadtools.Ocr Assembly

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