Skip to main content
All docs
V23.2

PaperKindItem(String, SizeF, Int32, DXPaperKind, Single, Boolean) Constructor

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.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 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.

unitDpi Single

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