This property sets the type of page range used by the "Print" dialog.
[C++Builder] imagekitcontrolname->PrintDraw->PrintRange
[ = TPrintRange ]
[Delphi] imagekitcontrolname.PrintDraw.PrintRange
[ = TPrinteRange ]
Property Value
Value | Explanation |
---|---|
prAllPages | All |
prSelection | Selection |
prPageNums | Pages |
Explanation
The PrintRange property sets the type of page range used by the "Print" dialog. This property is used with the PrintDialog method. The PrintDialog method is used to display the "Print" dialog. If the PrintRange property is set prior to executing the PrintDialog method, the "Print" dialog will be initialized with those values. Likewise, this property value can be retrieved after the PrintDialog method has been executed.
Note: Depending on the values of the Options property, the property values 1 or 2 may not be effective.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.