Link Search Menu Expand Document

DocumentPrinterSetPaperSize Method

Sets paper format by predefined name, such as "A4" or "Letter". The predefined names of paper formats should correspond to the PaperKind enumeration.

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

Parameters

paperFormat
Type: SystemString
Name of the paper format.
See Also

Reference