Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.55 KB

ireceiptorslipjob_printbitmap_1103111072.md

File metadata and controls

31 lines (22 loc) · 1.55 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBitmap(Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,System.UInt32)
winrt method
xbox

Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBitmap

-description

Adds an instruction to the print job to print the specified bitmap with the specified width and a standard horizontal placement on the receipt or slip printer station.

-parameters

-param bitmap

Information about the bitmap that you want to print.

-param alignment

An enumeration value that specifies a standard horizontal placement on the page for the bitmap, such as left-aligned, centered, or right-aligned.

-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

IReceiptOrSlipJob.PrintBitmap(BitmapFrame, PosPrinterAlignment), Receipt.PrintJob.PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32), SlipPrintJob.PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32), PosPrinterAlignment, ClaimedPosPrinter.MapMode