PaperKindItem(String, SizeF, Int32, DXPaperKind) Constructor
Initializes a new instance of the PaperKindItem class with specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | This value is assigned to the PaperKindItem.Name property. |
| size | SizeF | This value is assigned to the PaperKindItem.Size property. |
| id | Int32 | An integer value. |
| paperKind | DXPaperKind | An enumeration value that indicates the paper size. |
See Also