Get a value indicating whether the printer supports double-sided printing.
Namespace: Spire.Pdf.PrintAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool CanDuplex { get; }
Public ReadOnly Property CanDuplex As Boolean Get
public: property bool CanDuplex { bool get (); }
member CanDuplex : bool with get