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

In This Topic
    Kind Property (PaperSize)
    In This Topic
    Gets the type of paper.
    Syntax
    'Declaration
     
    Public ReadOnly Property Kind As PaperKind
    public PaperKind Kind {get;}

    Property Value

    One of the GrapeCity.Documents.Common.PaperKind values.
    See Also