Gets or sets the 1-based index of the last page number in ImageFileName to recognize.
public int LastPageNumber { get; set; }
Public Property LastPageNumber As Integer
@property (nonatomic, assign) NSInteger lastPageNumber
public int getLastPageNumber()
public void setLastPageNumber(int value)
An Int32 that indicates the 1-based index of the last page number in ImageFileName to recognize. You can use this and FirstPageNumber to recognize only a certain range of pages in the source file. You can use a value of -1 to indicate "up to last page in the file", otherwise, this member must be a value greater than or equals to FirstPageNumber up to the maximum number of pages in the source file name.
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