Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.74 KB

icommonclaimedposprinterstation_validatedata_977746434.md

File metadata and controls

30 lines (21 loc) · 1.74 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ICommonClaimedPosPrinterStation.ValidateData(System.String)
winrt method
xbox

Windows.Devices.PointOfService.ICommonClaimedPosPrinterStation.ValidateData

-description

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.

-parameters

-param data

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.

-returns

True if the data passes validation; otherwise false.

-remarks

-examples

-see-also

IPosPrinterJob.Print, IPosPrinterJob.ExecuteAsync, ClaimedJournalPrinter.ValidateData, ClaimedReceiptPrinter.ValidateData, ClaimedSlipPrinter.ValidateData