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) |
向打印作业添加指令以打印指定的文本行。 |