ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / CanDuplex Property

In This Topic
    CanDuplex Property
    In This Topic
    Determines whether or not the report can be duplexed while printing.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanDuplex As Boolean
    public bool CanDuplex {get;}

    Property Value

    Boolean value. True, if the report can be duplexed; otherwise, false.
    See Also