DocumentPrinterSetPaperSize Method ByteScout PDF Renderer SDK
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.1.4800-master
Syntax

public void SetPaperSize(
	string paperFormat
)

Parameters

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

Reference