Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 912 Bytes

iposprinterjob_print_1512698335.md

File metadata and controls

25 lines (18 loc) · 912 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.IPosPrinterJob.Print(System.String)
winrt method
xbox

Windows.Devices.PointOfService.IPosPrinterJob.Print

-description

Adds an instruction to the print job to print the specified text.

-parameters

-param data

The text to print on the point-of-service printer.

-remarks

If ClaimedPosPrinter.IsCharacterSetMappingEnabled is true, the text is mapped to the font on the printer that ClaimedPosPrinter.CharacterSet specifies. If ClaimedPosPrinter.IsCharacterSetMappingEnabled is false, the driver or provider sends the low byte of each Unicode character to the printer verbatim.

-examples

-see-also