Skip to main content
A newer version of this page is available. .

IDocumentViewModel.PageSettings Property

Provides access to the document’s page settings.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

XtraPageSettingsBase PageSettings { get; }

Property Value

Type Description
XtraPageSettingsBase

A XtraPageSettingsBase object.

See Also