Skip to main content

XtraPageSettings.PageSettings Property

Provides access to the current page settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public PageSettings PageSettings { get; }

Property Value

Type Description
PageSettings

A PageSettings object representing the current page settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to PageSettings
PrintingSystem
.PageSettings .PageSettings

Remarks

This property accesses the PageSettings 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.

See Also