Skip to main content

XtraPageSettings.AssignDefaultPrinterSettings(PrinterSettingsUsing) Method

Assigns the default printer settings to the current page settings according to the specified PrinterSettingsUsing value.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public void AssignDefaultPrinterSettings(
    PrinterSettingsUsing settingsUsing
)

Parameters

Name Type Description
settingsUsing PrinterSettingsUsing

A PrinterSettingsUsing object specifying which of the printer settings should be assigned.

Remarks

This method gets the settings of the default printer and sets them to the page settings which have their settingsUsing values set to true. For instance, if the PrinterSettingsUsing.UsePaperKind value is set to true, then the paper kind settings for the default system printer will be set to the current page settings; otherwise, the old paper kind value is kept for the current page settings.

See Also