PaperKindItem(String, SizeF, Int32, DXPaperKind, Single, Boolean) Constructor
In This Article
Initializes a new instance of the PaperKindItem class with specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public PaperKindItem(
string name,
SizeF size,
int id,
DXPaperKind paperKind,
float unitDpi,
bool isRollPaper
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | This value is assigned to the Paper |
size | Size |
This value is assigned to the Paper |
id | Int32 | An integer value. |
paper |
DXPaper |
An enumeration value that indicates the paper size. |
unit |
Single | This value is assigned to the Paper |
is |
Boolean |
|
See Also