←Select platform

ImageFileName Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 multi-page image file format supported by LEADTOOLS. This member cannot be a null reference (Nothing in VB) and must contain the name of an existing file on disk.

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