Option values which determine the print range selected on the print dialog.
Member | Value | Description |
---|---|---|
PP_PrintRange_All | 1 | The user selected the All radio button. |
PP_PrintRange_None | 0 | Enables none |
PP_PrintRange_Pages | 2 | The user selected the Pages radio button. |
PP_PrintRange_Selection | 3 | The user selected the Selection radio button. |
The All value is always enabled. Using All will only enable the All radio button.