Class JobPrintTicket
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
The class that incapsulates a job-level print ticket.
public sealed class JobPrintTicket : PrintTicket, IEnumerable<string>, IEnumerable
Inheritance
object ← PrintTicket ← JobPrintTicket
Implements
IEnumerable<string>, IEnumerable
Inherited Members
PrintTicket.Remove(params string[]), PrintTicket.GetEnumerator(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
JobPrintTicket(params IJobPrintTicketItem[])
Creates a job-level print ticket instance.
public JobPrintTicket(params IJobPrintTicketItem[] items)
Parameters
items
IJobPrintTicketItem[]
An arbitrary array of Aspose.Page.XPS.XpsMetadata.IJobPrintTicketItem instances. Each one can be a Aspose.Page.XPS.XpsMetadata.Feature, a Aspose.Page.XPS.XpsMetadata.ParameterInit or a Aspose.Page.XPS.XpsMetadata.Property instance.
Methods
Add(params IJobPrintTicketItem[])
Adds an array of items to the end of this PrintTicket item list. Each one may be a Aspose.Page.XPS.XpsMetadata.Feature, an Aspose.Page.XPS.XpsMetadata.Option or a Aspose.Page.XPS.XpsMetadata.Property instance.
public void Add(params IJobPrintTicketItem[] items)
Parameters
items
IJobPrintTicketItem[]
An array of items to add. </string>