Skip to main content

PageSetupEditorForm.PaperSize Property

Gets the current paper size.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v22.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

[Browsable(false)]
public PaperSize PaperSize { get; }

Property Value

Type Description
PaperSize

A PaperSize object.

See Also