Link Search Menu Expand Document

DocumentPrinterSetPaperSource Method

Sets paper source by predefined name. The names of predefined paper sources should correspond to the PaperSourceKind enumeration.

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

Parameters

paperSourceName
Type: SystemString
Paper source name.
See Also

Reference