Gets or sets 1-based index of the first page number in ImageFileName to recognize.
public int FirstPageNumber { get; set; }
Public Property FirstPageNumber As Integer
@property (nonatomic, assign) NSInteger firstPageNumber
public int getFirstPageNumber()
public void setFirstPageNumber(int value)
An Int32 that indicates the 1-based index of the first page number in ImageFileName to recognize. You can use this and LastPageNumber to recognize only a certain range of pages in the source file. This parameter must be greater than or equals to 1 (first page in the file).
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