Class DocumentStaple

Class DocumentStaple

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

描述输出的装订特性。每个文档单独装订。
Aspose.Page.XPS.XpsMetadata.JobStapleAllDocuments 和 Aspose.Page.XPS.XpsMetadata.DocumentStaple 关键字是互斥的。
由驱动程序决定这些关键字之间的约束处理。
https://docs.microsoft.com/en-us/windows/win32/printdocs/documentstaple

public sealed class DocumentStaple : Staple, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

继承

object
PrintTicketElement
CompositePrintTicketElement
Feature
Staple
DocumentStaple

实现

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

构造函数

DocumentStaple(params StapleOption[])

创建一个新的实例。

public DocumentStaple(params Staple.StapleOption[] options)

参数

options Staple.StapleOption[]

特性特定的选项数组。

 中文