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

PrintOptions.SelectedPaperSize Property

Gets the selected paper size.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public PaperSize SelectedPaperSize { get; set; }

Property Value

Type Description
PaperSize

A PaperSize object that specifies the paper size.

Property Paths

You can access this nested property as listed below:

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