C#
VB
C++
Gets and sets the index of the page of the Leadtools.RasterImage to be saved.
public int PageNumber { get; set; }
Public Property PageNumber As Integer
public:
property int PageNumber {
int get();
void set ( int value);
}
The index of the page of the Leadtools.RasterImage to be saved. This is a 1-based index.
Refer to RasterSaveDialog example.
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