Gets or sets a value indicating which Print Range radio buttons are enabled on the Print Dialog box.
Read-write property
Visual Basic |
---|
Public Property PdRangeEnable As PP_PrintRangeEnable |
A PP_PrintRangeEnable value which determines which print range radio buttons are enabled.
The PrintDialog method is used to display the Print Dialog box.
Note: In order to get the Pages radio button to function properly, you need to make sure that the PdMaxPage property is set to a value that is greater than the pdMinPage property.