IPosPrinterJob インターフェイス

定義

ポイント・オブ・サービス・プリンターのすべてのタイプのステーションのジョブに共通するアクションを表します。

public interface class IPosPrinterJob
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2593390684, 1557, 17809, 165, 143, 48, 248, 126, 223, 226, 228)]
struct IPosPrinterJob
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2593390684, 1557, 17809, 165, 143, 48, 248, 126, 223, 226, 228)]
public interface IPosPrinterJob
Public Interface 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 で導入)

メソッド

ExecuteAsync()

プリンター ステーションで印刷ジョブを非同期的に実行します。

Print(String)

指定したテキストを印刷する命令を印刷ジョブに追加します。

PrintLine()

改行文字を印刷する命令を印刷ジョブに追加します。

PrintLine(String)

指定したテキスト行を印刷する命令を印刷ジョブに追加します。

適用対象

こちらもご覧ください