TdxPrintDialog.MaxRange Property
In This Article
Determines the last page in a range of pages to print.
#Declaration
Delphi
property MaxRange: Integer read; write; default 1;
#Property Value
Type | Default |
---|---|
Integer | 1 |
#Remarks
Use the MaxRange property to determine the last page in a range of pages to print.
The default value of this property is 1.
See Also