Link Search Menu Expand Document

BarcodePrinterPrinterResolution Property

Gets or sets the printer resolution for the page. To set resolution by its predefined name use the SetPrinterResolution(String) method. To set custom resolution use the SetPrinterResolution(Int32, Int32) method.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public PrinterResolution PrinterResolution { get; set; }

Property Value

Type: PrinterResolution
PrinterResolution object.
See Also

Reference