共用方式為


IReceiptOrSlipJob 介面

定義

代表收據和名單印表機站作業的常見動作。

public interface class IReceiptOrSlipJob : IPosPrinterJob
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1394710974, 51395, 19906, 137, 233, 92, 74, 55, 179, 77, 220)]
struct IReceiptOrSlipJob : IPosPrinterJob
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1394710974, 51395, 19906, 137, 233, 92, 74, 55, 179, 77, 220)]
public interface IReceiptOrSlipJob : IPosPrinterJob
Public Interface IReceiptOrSlipJob
Implements IPosPrinterJob
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

方法

DrawRuledLine(String, PosPrinterLineDirection, UInt32, PosPrinterLineStyle, UInt32)

將指令新增至列印工作,以列印收據或名單印表機站紙張上繪製的尺規線。

ExecuteAsync()

以非同步方式在印表機站上執行列印工作。

(繼承來源 IPosPrinterJob)
Print(String)

將指令新增至列印工作,以列印指定的文字。

(繼承來源 IPosPrinterJob)
PrintBarcode(String, UInt32, UInt32, UInt32, PosPrinterBarcodeTextPosition, PosPrinterAlignment)

將指令新增至列印工作,以使用指定的資料和符號系統,在收據或名單印表機站上列印條碼。

PrintBarcodeCustomAlign(String, UInt32, UInt32, UInt32, PosPrinterBarcodeTextPosition, UInt32)

將指令新增至列印工作,以使用指定的資料、符號和自訂對齊方式,在收據或名單印表機站上列印條碼。

PrintBitmap(BitmapFrame, PosPrinterAlignment)

將指令新增至列印工作,以在收據或名單印表機站上列印具有指定標準水準位置的指定點陣圖。

PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)

將指令新增至列印工作,以列印具有指定寬度的指定點陣圖,以及收據或名單印表機站上的標準水準位置。

PrintCustomAlignedBitmap(BitmapFrame, UInt32)

將指令新增至列印工作,以在收據或名單印表機站上最左邊列印資料行的指定距離列印指定的點陣圖。

PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)

將指令新增至列印工作,以列印具有指定寬度的指定點陣圖,以及在收據或名單印表機站上最左邊列印資料行的指定距離。

PrintLine()

將指令新增至列印工作,以列印分行符號。

(繼承來源 IPosPrinterJob)
PrintLine(String)

將指令新增至列印工作,以列印指定的文字行。

(繼承來源 IPosPrinterJob)
PrintSavedBitmap(UInt32)

使用您儲存有關點陣圖的資訊,以及如何在呼叫 SetBitmapSetCustomAlignedBitmap 方法時,將指令新增至列印工作,以列印收據或名單印表機站上的點陣圖。

SetBarcodeRotation(PosPrinterRotation)

設定收據或名單印表機站頁面上條碼的旋轉。

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)

儲存點陣圖的相關資訊,以及您想要用來在收據或名單印表機站上列印該點陣圖的標準水準位置,以便您稍後可以使用 PrintSavedBitmap 方法將該資訊新增至列印工作。

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)

儲存點陣圖的相關資訊,以及您想要用來在收據或名單印表機站上列印該點陣圖的標準水準位置,以便您稍後可以使用 PrintSavedBitmap 方法將該資訊新增至列印工作。

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)

儲存點陣圖的相關資訊和最左邊列印資料行之間的距離,而您想要在收據或名單印表機站上列印該點陣圖,以便您稍後可以使用 PrintSavedBitmap 方法將該資訊新增至列印工作。

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)

儲存點陣圖的相關資訊,以及您想要用來在收據或名單印表機站上列印該點陣圖的最左邊列印資料行的距離,以便您稍後可以使用 PrintSavedBitmap 方法將該資訊新增至列印工作。

SetPrintArea(Rect)

設定收據或名單印表機站可以列印工作的頁面區域。

SetPrintRotation(PosPrinterRotation, Boolean)

設定收據或名單印表機站頁面上文字或影像的旋轉。

適用於

另請參閱