Skip to content

Commit

Permalink
Updating receiptprintjob.printbarcode
Browse files Browse the repository at this point in the history
modifying height, as it was incorrectly listed as being expressed in pixels, which isn't a unit of measurement that has meaning in a POSPrinter.
  • Loading branch information
theREALjdeck authored Aug 7, 2017
1 parent 703d5cb commit 5123a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The data to be represented as a barcode.
The symbology (encoding) of the barcode. This can be determined based on the [BarcodeSymbologies](barcodesymbologies.md) class static methods.

### -param height
The height of the barcode, in pixels.
The height of the barcode, expressed in the unit of measurement indicated by the [ClaimedPosPrinter.MapMode](claimedposprinter_mapmode.md) property.

### -param width
The width of the barcode.
Expand Down

0 comments on commit 5123a4d

Please sign in to comment.