Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.57 KB

ireceiptorslipjob_printbarcodecustomalign_1844017198.md

File metadata and controls

40 lines (28 loc) · 1.57 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBarcodeCustomAlign(System.String,System.UInt32,System.UInt32,System.UInt32,Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition,System.UInt32)
winrt method
xbox

Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBarcodeCustomAlign

-description

Adds an instruction to the print job to print a barcode on a receipt or slip printer station with the specified data, symbology, and custom alignment.

-parameters

-param data

The data to represent as a barcode.

-param symbology

The symbology (encoding) of the barcode.

-param height

The height of the barcode, in pixels.

-param width

The width of the barcode, in pixels.

-param textPosition

The vertical position of the barcode text relative to the barcode.

-param alignmentDistance

The distance from the leftmost print column to the start of the barcode, expressed in the unit of measurement indicated by the ClaimedPosPrinter.MapMode property.

-remarks

-examples

-see-also

ReceiptPrintJob.PrintBarcodeCustomAlign, SlipPrintJob.PrintBarcodeCustomAlign, ClaimedPosPrinter.MapMode