Skip to main content

PrintOptions.SelectedPaperSize Property

Gets the selected paper size.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DXPaperSize SelectedPaperSize { get; set; }

Property Value

Type
DXPaperSize

Property Paths

You can access this nested property as listed below:

Object Type Path to SelectedPaperSize
BackstagePrintPreview
.PrintOptions .SelectedPaperSize
See Also