Class DocumentStaple
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the stapling characteristics of the output. Each document is stapled separately. The Aspose.Page.XPS.XpsMetadata.JobStapleAllDocuments and Aspose.Page.XPS.XpsMetadata.DocumentStaple keywords are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentstaple
public sealed class DocumentStaple : Staple, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← Staple ← DocumentStaple
Implements
IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inherited Members
Feature.Add(params IFeatureItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DocumentStaple(params StapleOption[])
Creates a new instance.
public DocumentStaple(params Staple.StapleOption[] options)
Parameters
options
Staple.StapleOption[]
An array of options specific for the feature.