Skip to main content
All docs
V24.2

DXPaperSize.RawKind Property

Gets or sets a type of paper by its index.

Namespace: DevExpress.Drawing.Printing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public int RawKind { get; set; }

Property Value

Type Description
Int32

An integer that indicates one of the DXPaperKind values or a custom value.

Remarks

A value equal to 48 or 49 or larger than 118 indicates a custom paper size.

See Also