BarcodePrinterSetPrinterResolution Method (String)ByteScout Barcode SDK
Sets printer resolution by predefined name such as "High" or "Draft". The names of predefined resolutions should correspond to the PrinterResolutionKind enumeration.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public void SetPrinterResolution(
	string printerResolutionName
)

Parameters

printerResolutionName
Type: SystemString
Name of predefined resolution value.
See Also

Reference