Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.95 KB

slipprintjob_setcustomalignedbitmap_1547903367.md

File metadata and controls

34 lines (24 loc) · 1.95 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.SlipPrintJob.SetCustomAlignedBitmap(System.UInt32,Windows.Graphics.Imaging.BitmapFrame,System.UInt32,System.UInt32)
winrt method
xbox

Windows.Devices.PointOfService.SlipPrintJob.SetCustomAlignedBitmap

-description

Saves information about a bitmap, along with the width and the distance from the leftmost print column that you want to use to print that bitmap on the slip printer station, so that you can use the PrintSavedBitmap method to add that information to the print job later.

-parameters

-param bitmapNumber

The number that you want to assign to this bitmap. You can set two bitmaps, numbered 1 and 2. Use this number with the PrintSavedBitmap method later to add the print instructions to the print job.

-param bitmap

Information about the bitmap that you want to print.

-param alignmentDistance

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

-param width

The width to use for printing the bitmap, expressed in the unit of measurement indicated by the ClaimedPosPrinter.MapMode property.

-remarks

-examples

-see-also

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment), SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32), SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32), ClaimedPosPrinter.MapMode, PrintSavedBitmap