Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 994 Bytes

journalprintjob_print_1512698335.md

File metadata and controls

26 lines (19 loc) · 994 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.JournalPrintJob.Print(System.String)
winrt method
xbox

Windows.Devices.PointOfService.JournalPrintJob.Print

-description

Adds an instruction to the print job to print the specified text on the journal printer station.

-parameters

-param data

The text to print on the journal 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

IPosPrinterJob.Print