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.v19.1.dll

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