ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PaperSize Class / RawKind Property

In This Topic
    RawKind Property (PaperSize)
    In This Topic
    Gets or sets an integer representing one of the System.Drawing.Printing.PaperSize values or a custom value.
    Syntax
    'Declaration
     
    Public Property RawKind As Integer
    public int RawKind {get; set;}

    Property Value

    An integer representing one of the System.Drawing.Printing.PaperSize values, or a custom value.
    See Also