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

PdfQueryPageSettingsEventArgs.PageSettings Property

Specifies the page settings for the page to be printed.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v21.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PageSettings PageSettings { get; set; }

Property Value

Type Description
PageSettings

A PageSettings that contains the page settings for the page to be printed.

See Also