Skip to main content

PdfQueryPageSettingsEventArgs.PageSettings Property

Specifies the page settings for the page to be printed.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.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