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

    Gets or sets a type of paper by its index.

    Namespace: DevExpress.Drawing.Printing

    Assembly: DevExpress.Drawing.v26.1.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