From 5123a4d285616ec859b81a66ed65f1d85ae1f5c5 Mon Sep 17 00:00:00 2001 From: theREALjdeck Date: Mon, 7 Aug 2017 14:00:49 -0700 Subject: [PATCH] Updating receiptprintjob.printbarcode 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. --- .../receiptprintjob_printbarcode_1361148756.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.devices.pointofservice/receiptprintjob_printbarcode_1361148756.md b/windows.devices.pointofservice/receiptprintjob_printbarcode_1361148756.md index 2bb3f6ab6f..c2e5b77fd5 100644 --- a/windows.devices.pointofservice/receiptprintjob_printbarcode_1361148756.md +++ b/windows.devices.pointofservice/receiptprintjob_printbarcode_1361148756.md @@ -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.