PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 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