Class JobAccountingSheet

Class JobAccountingSheet

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

描述要为作业输出的会计表。会计表应使用默认的
Aspose.Page.XPS.XpsMetadata.PageMediaSize 输出,并使用默认的 Aspose.Page.XPS.XpsMetadata.PageMediaType。会计表应与作业的其余部分隔离。这意味着任何后处理或处理选项(例如
JobDuplexJobStapleJobBinding)都不应包括会计表。会计表可以根据实现者的判断出现在作业的第一页或最后一页。
https://docs.microsoft.com/en-us/windows/win32/printdocs/jobaccountingsheet

public sealed class JobAccountingSheet : Feature, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

继承

object
PrintTicketElement
CompositePrintTicketElement
Feature
JobAccountingSheet

实现

IFeatureItem
IJobPrintTicketItem
IPrintTicketItem
IPrintTicketElementChild

继承成员

Feature.Add(params IFeatureItem[])
PrintTicketElement.Name
object.GetType()
object.ToString()
object.Equals(object?)
object.Equals(object?, object?)
object.ReferenceEquals(object?, object?)
object.GetHashCode()

构造函数

JobAccountingSheet(params JobAccountingSheetOption[])

创建一个新实例。

public JobAccountingSheet(params JobAccountingSheet.JobAccountingSheetOption[] options)

参数

options JobAccountingSheet.JobAccountingSheetOption[]

特定于该功能的选项数组。

 中文