Gets or sets the name of the file containing the source image.
public string ImageFileName { get; set; }
Public Property ImageFileName As String
@property (nonatomic, copy) NSString *imageFileName
public String getImageFileName()
public void setImageFileName(String 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.
For an example, refer to RunJob and RunJobAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET