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

PaperKindItem(String, SizeF, Int32, PaperKind, Single, Boolean) 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,
    float unitDpi,
    bool isRollPaper
)

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.

paperKind PaperKind

A PaperKind enumeration value.

unitDpi Single

A floating-point value. This value is assigned to the PaperKindItem.UnitDpi property.

isRollPaper Boolean

true, to enable the roll paper mode; otherwise, false. This value is assigned to the PaperKindItem.IsRollPaper property.

See Also