Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / AutoPaperSize Property

In This Topic
    AutoPaperSize Property
    In This Topic
    Gets or sets a value indicating whether the paper size is selected automatically.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property AutoPaperSize As Boolean
    public bool AutoPaperSize {get; set;}
    See Also