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

PaperKindItem(String, SizeF, Int32, PaperKind) Constructor

Initializes a new instance of the PaperKindItem class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public PaperKindItem(
    string name,
    SizeF size,
    int id,
    PaperKind paperKind
)

Parameters

Name Type Description
name String

A String value. This value is assigned to the PaperKindItem.Name property.

size SizeF

A SizeF structure. This value is assigned to the PaperKindItem.Size property.

id Int32

An integer value. This value is assigned to the CustomLabelInformation.PaperKindDataId property.

paperKind PaperKind

A PaperKind enumeration value. This value is assigned to the PaperKindList.PaperKind property.

See Also