Print option flagsΒΆ
These have the prefix PD_ and are used to specify options for the Windows Print dialog. They are assigned to the Sculptor system variable sys.PrintOptions.
PD_SELECTION |
Selects the Selection radio button. |
PD_PAGENUMS |
Selects the Pages radio button. |
PD_NOSELECTION |
Disables the Selection radio button. |
PD_NOPAGENUMS |
Disables the Pages radio button and associated edit controls. |
PD_PRINTTOFILE |
Selects the Print to File checkbox. |
PD_NOWARNING |
Suppresses warning message when there is no default printer. |
PD_DISABLEPRINTTOFILE |
Disables the Print to File checkbox. |
PD_HIDEPRINTTOFILE |
Hides the Print to File checkbox. |
PD_NONETWORKBUTTON |
Hides and disables the Network button. |
RELATED TOPICS |