←Select platform

DocumentFileName Property

Summary

Gets or sets the name of the output document file.

Syntax

C#
VB
Java
Objective-C
C++
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. This member cannot be a null reference (Nothing in VB).

Example

For an example, refer to RunJob and RunJobAsync.

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