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