PdfQueryPageSettingsEventArgs.PageSettings Property
In This Article
Specifies the page settings for the page to be printed.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PageSettings PageSettings { get; set; }
#Property Value
Type | Description |
---|---|
Page |
A Page |
See Also