Skip to main content
.NET 6.0+

IModelPrintingSettings.CustomPaperSize Property

Specifies a custom paper size.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

Size CustomPaperSize { get; set; }

Property Value

Type Description
Size

A System.Drawing.Size object that specifies a custom paper size.

See Also