Class JobHolePunch

Class JobHolePunch

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

描述输出的打孔特性。所有文档一起打孔。
Aspose.Page.XPS.XpsMetadata.JobHolePunch 和 Aspose.Page.XPS.XpsMetadata.DocumentHolePunch 关键字是互斥的。
这两者不应在 PrintTicket 或 Print Capabilities 文档中同时指定。
https://docs.microsoft.com/en-us/windows/win32/printdocs/jobholepunch

public sealed class JobHolePunch : HolePunch, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

继承

object
PrintTicketElement
CompositePrintTicketElement
Feature
HolePunch
JobHolePunch

实现

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()

构造函数

JobHolePunch(params HolePunchOption[])

创建一个新实例。

public JobHolePunch(params HolePunch.HolePunchOption[] options)

参数

options HolePunch.HolePunchOption[]

特性特定的选项数组。

 中文