PrinterSettingsUsing Properties
Represents options that specify which of the default printer’s settings should be used when printing a document.| Name | Description |
|---|---|
| AllSettingsUsed | Gets a value indicating whether or not all of the default printer settings are used for printing a report. |
| AnySettingUsed | Gets a value indicating whether or not any of the default printer settings are used for printing a report. |
| UseLandscape | Specifies whether or not the Landscape setting of the system’s default printer is used when printing a document. |
| UsePaperKind | Specifies whether or not the Paper Kind setting of the system’s default printer is used when printing a document. |
See Also