Gets and sets the index of the page of the
Leadtools.RasterImage to be saved.
public int PageNumber {get; set;}
public:
property int PageNumber {
int get();
void set ( int value);
}
'Declaration
Public Property PageNumber As Integer
'Usage
Dim instance As RasterSaveDialog
Dim value As Integer
instance.PageNumber = value
value = instance.PageNumber
Property Value
The index of the page of the
Leadtools.RasterImage to be saved. This is a 1-based index.