JournalPrintJob 类

定义

表示要在日记帐打印机站上运行的一组打印指令。

public ref class JournalPrintJob sealed : IPosPrinterJob
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class JournalPrintJob final : IPosPrinterJob
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class JournalPrintJob final : IPosPrinterJob
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class JournalPrintJob : IPosPrinterJob
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class JournalPrintJob : IPosPrinterJob
Public NotInheritable Class JournalPrintJob
Implements IPosPrinterJob
继承
Object Platform::Object IInspectable JournalPrintJob
属性
实现

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 中引入)

注解

若要为日记帐打印机创建新的打印作业,请调用 ClaimedJournalPrinter.CreateJob。 只要创建的 ClaimedJournalPrinter 对象有效,创建的打印作业对象就有效。

版本历史记录

Windows 版本 SDK 版本 已添加值
1903 18362 FeedPaperByLine
1903 18362 FeedPaperByMapModeUnit
1903 18362 打印 (字符串,PosPrinterPrintOptions)

方法

ExecuteAsync()

在日记帐打印机站上异步运行打印作业。

FeedPaperByLine(Int32)

向打印作业添加指令,以在日记帐打印机站上逐行进纸。

FeedPaperByMapModeUnit(Int32)

向打印作业添加指令,以在日记帐打印机站上按地图模式单位馈送纸张。

Print(String)

向打印作业添加指令,以在日记帐打印机站上打印指定的文本。

Print(String, PosPrinterPrintOptions)

向打印作业添加指令,以在日记帐打印机站上打印指定的文本和选项。

PrintLine()

向打印作业添加指令,以在日记帐打印机站上打印换行符。

PrintLine(String)

将指令添加到打印作业,以在日记帐打印机站上打印指定的文本行。

适用于

另请参阅