PdfPrintSettings
Duplex Property
|
Get or set the printer setting for double-sided printing.
Namespace:
Spire.Pdf.Print
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Duplex Duplex { get; set; }
Public Property Duplex As Duplex
Get
Set
public:
property Duplex Duplex {
Duplex get ();
void set (Duplex value);
}
member Duplex : Duplex with get, set
Property Value
Type:
Duplex
See Also