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

PrintOptions.AvailablePaperSizes Property

Gets the available paper sizes.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public IEnumerable<PaperSize> AvailablePaperSizes { get; protected set; }

Property Value

Type Description
IEnumerable<PaperSize>

A collection of PaperSize objects that specify paper sizes.

Property Paths

You can access this nested property as listed below:

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