ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPrinterSettings Interface / CanDuplex Property

In This Topic
    CanDuplex Property (IPrinterSettings)
    In This Topic
    Gets a value indicating whether the printer supports double-sided printing.
    Syntax
    'Declaration
     
    ReadOnly Property CanDuplex As Boolean
    bool CanDuplex {get;}

    Property Value

    true if the printer supports double-sided printing; otherwise, false.
    See Also