Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PaperKindItem(String, SizeF, Int32, DXPaperKind) 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
)

#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