Skip to main content

XtraPageSettings.AssignDefaultPrinterSettings() Method

Assigns the default printer’s settings to the XtraPageSettings object.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void AssignDefaultPrinterSettings()

Remarks

Use this method to assign the margins, paper kind and paper size settings of the default printer to the settings of the XtraPageSettings object.

See Also