PrinterSettingsUsing(Boolean, Boolean) Constructor
Initializes a new instance of the PrinterSettingsUsing class with the specified paper kind and orientation settings of the system’s default printer.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
usePaperKind | Boolean | true to use the paper kind of the default printer’s settings; otherwise, false. This value is assigned to the PrinterSettingsUsing.UsePaperKind property. |
useLandscape | Boolean | true to use the landscape values of the default printer’s settings; otherwise, false. This value is assigned to the PrinterSettingsUsing.UseLandscape property. |
See Also