PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / AutoPaperSource Property

In This Topic
    AutoPaperSource Property (C1PrintOptions)
    In This Topic
    Gets or sets a value indicating whether the paper source is selected automatically.

    The default value is false.

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