Link Search Menu Expand Document

DocumentPrinterSetDuplex Method

Sets duplex mode by predefined name. The predefined names of duplex modes should correspond to the Duplex enumeration.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public void SetDuplex(
	string duplexModeName
)

Parameters

duplexModeName
Type: SystemString
Name of the duplex mode.
See Also

Reference