Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1PrintOptions Class / IsTurnOver Property

In This Topic
    IsTurnOver Property (C1PrintOptions)
    In This Topic
    Gets or sets whether turn over (on 180 degree) print pages.
    Syntax
    'Declaration
     
    Public Property IsTurnOver As Boolean
    public bool IsTurnOver {get; set;}
    See Also