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

PaperKindList.Size Property

Indicates the paper size corresponding to the currently selected paper kind (defined by the PaperKindList.CurrentID property). The paper size is measured in units defined by the PaperKindList.UnitDpi property.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public SizeF Size { get; }

Property Value

Type Description
SizeF

A SizeF structure. This value is measured in units defined by the PaperKindList.UnitDpi property.

See Also