IPosPrinterJob 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表服務點印表機之所有類型的月臺作業通用動作。
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) |
將指令新增至列印工作,以列印指定的文字行。 |