Link Search Menu Expand Document

BarcodePrinterSetPaperSize 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.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void SetPaperSize(
	string paperFormat
)

Parameters

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

Reference