Returns or sets the print range option in the Print Dialog box.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 95 and 98 |
Ö | Imaging for Windows NT 4.0 |
Image Admin control
object.PrintRangeOption[=value]
RangeValue (Integer)
Constant | Setting | Description |
PrintAll | 0 (default) | All pages |
PrintRange | 1 | Range of pages |
PrintCurrent | 2 | Current page |
PrintSelection | 3 | Current selection |
The value set by this property is displayed when the Print dialog box is first opened. The user can then accept or change that value.
If a value of 1 is set, the start and end pages are provided by the PrintStartPage and PrintEndPage properties.
The Print dialog box is created by the ShowPrintDialog method.