Skip to main content
All docs
V25.1
  • DXPaperSize.RawKind Property

    Gets or sets a type of paper by its index.

    Namespace: DevExpress.Drawing.Printing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    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