-api-id | -api-type | -api-device-family-note |
---|---|---|
M:Windows.Devices.PointOfService.ICommonClaimedPosPrinterStation.ValidateData(System.String) |
winrt method |
xbox |
Determines whether a data sequence, possibly including one or more escape sequences, is valid for the printer station, before you use that data sequence when you call the IPosPrinterJob.Print and IPosPrinterJob.ExecuteAsync methods.
The data sequence that you want to validate before you use it with the IPosPrinterJob.Print method. This sequence may include printable data and escape sequences.
If the sequence is not valid, and you use it with IPosPrinterJob.Print anyways, the job fails when you run it with IPosPrinterJob.ExecuteAsync. You cannot remove a print instruction that uses an invalid data sequence after you add the instruction to the job with IPosPrinterJob.Print.
True if the data passes validation; otherwise false.
IPosPrinterJob.Print, IPosPrinterJob.ExecuteAsync, ClaimedJournalPrinter.ValidateData, ClaimedReceiptPrinter.ValidateData, ClaimedSlipPrinter.ValidateData