Class DocumentHolePunch

Class DocumentHolePunch

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/documentholepunch

public sealed class DocumentHolePunch : HolePunch, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

继承

object
PrintTicketElement
CompositePrintTicketElement
Feature
HolePunch
DocumentHolePunch

实现

IFeatureItem,
IJobPrintTicketItem,
IDocumentPrintTicketItem,
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()

构造函数

DocumentHolePunch(params HolePunchOption[])

创建一个新实例。

public DocumentHolePunch(params HolePunch.HolePunchOption[] options)

参数

options HolePunch.HolePunchOption[]

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

 中文