Skip to main content
All docs
V18.2

PrinterSettingsUsing(Boolean, Boolean, Boolean) Constructor

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public PrinterSettingsUsing(
    bool useMargins,
    bool usePaperKind,
    bool useLandscape
)

Parameters

Name Type
useMargins Boolean
usePaperKind Boolean
useLandscape Boolean
See Also