Skip to main content

PrintingSystemBase.PageSettings Property

Gets the current page settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public XtraPageSettingsBase PageSettings { get; }

Property Value

Type Description
XtraPageSettingsBase

An XtraPageSettingsBase object containing the current page settings.

Remarks

This property accesses the XtraPageSettingsBase object containing current page settings, such as margins and paper size. These settings are also displayed in the PageSetup dialog, invoked by calling the PrintingSystem.PageSetup method.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PageSettings property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also