ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PageSettings Class / PaperKind Property

In This Topic
    PaperKind Property
    In This Topic
    Gets or sets the paper kind. Changing of this property may change Width and/or Height.
    Syntax
    'Declaration
     
    Public Property PaperKind As System.Drawing.Printing.PaperKind
    public System.Drawing.Printing.PaperKind PaperKind {get; set;}
    See Also