PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / AutoRotate Property

In This Topic
    AutoRotate Property (C1PrintOptions)
    In This Topic
    Gets or sets a value indicating whether pages should be auto-rotated to better fit the paper during printing.

    The default value is true.

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