PrintDialog Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The PrintDialog type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentPageEnabled | Gets or sets a value that indicates whether the option to print the current page is enabled. |
|
MaxPage | Gets or sets the highest page number that is allowed in page ranges. |
|
MinPage | Gets or sets the lowest page number that is allowed in page ranges. |
|
PageRange | Gets or sets the range of pages to print when PageRangeSelection is set to UserPages. |
|
PageRangeSelection | Gets or sets the PageRangeSelection for this instance of PrintDialog. |
|
PrintableAreaHeight | Gets the height of the printable area of the page. |
|
PrintableAreaWidth | Gets the width of the printable area of the page. |
|
PrintQueue | Gets or sets a PrintQueue that represents the printer that is selected. |
|
PrintTicket | Gets or sets the PrintTicket that is used by the PrintDialog when the user clicks Print for the current print job. |
|
SelectedPagesEnabled | Gets or sets a value that indicates whether the option to print the selected pages is enabled. |
|
UserPageRangeEnabled | Gets or sets a value that indicates whether users of the Print dialog box have the option to specify ranges of pages to print. |