示例#1
0
 public void PrintBarcode(string data, uint symbology, uint height, uint width, global::Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition textPosition, global::Windows.Devices.PointOfService.PosPrinterAlignment alignment)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.PointOfService.ReceiptPrintJob", "void ReceiptPrintJob.PrintBarcode(string data, uint symbology, uint height, uint width, PosPrinterBarcodeTextPosition textPosition, PosPrinterAlignment alignment)");
 }
示例#2
0
 public void PrintBarcodeCustomAlign(string data, uint symbology, uint height, uint width, global::Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition textPosition, uint alignmentDistance)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Devices.PointOfService.SlipPrintJob", "void SlipPrintJob.PrintBarcodeCustomAlign(string data, uint symbology, uint height, uint width, PosPrinterBarcodeTextPosition textPosition, uint alignmentDistance)");
 }