Skip to main content
All docs
V24.1

DXPaperSize(String, Int32, Int32) Constructor

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

Namespace: DevExpress.Drawing.Printing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXPaperSize(
    string name,
    int width,
    int height
)

Parameters

Name Type Description
name String

the name of the paper.

width Int32

The width of the paper, in hundredths of an inch.

height Int32

The height of the paper, in hundredths of an inch.

See Also