Returns or sets the minimum allowed value for the print range.
Object.FromPageMin [ = lFromPageMin ]
The FromPageMin property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ACommonDialog |
ACommonDialog control |
|
lFromPageMin |
Long |
The minimum allowed value for the print range. |
This property determines the smallest number the user can specify in the FromPage text box.
The following example will set the FromPageMin to the first page:
cdlg1.FromPageMin=1
Copies, FromPage, PrinterDefault, PrintOptions, ShowPrint, ToPage, ToPageMax