←Select platform

ImageFileName Property

Summary

Gets or sets the name of the file containing the source image.

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

Property Value

A String that specifies the name of the file containing the source image. This can be any single or multipage image file format supported by LEADTOOLS.

Either ImageFileName or ImageStream must not be null.

If ImageFileName is used, then it must contain the name of an existing file on disk.

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.