Class JobPrimaryCoverBack
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the back (ending) cover sheet. Each job will have a separate primary sheet. The cover sheet should be printed on the Aspose.Page.XPS.XpsMetadata.PageMediaSize and Aspose.Page.XPS.XpsMetadata.PageMediaType used for the final page of the job. The cover sheet should be integrated into processing options (such as Aspose.Page.XPS.XpsMetadata.JobDuplexAllDocumentsContiguously, Aspose.Page.XPS.XpsMetadata.JobNUpAllDocumentsContiguously) as indicated by the Option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverback
public sealed class JobPrimaryCoverBack : Feature, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← JobPrimaryCoverBack
Implements
IFeatureItem, IJobPrintTicketItem, 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
JobPrimaryCoverBack(params CoverBackOption[])
Creates a new instance.
public JobPrimaryCoverBack(params JobPrimaryCoverBack.CoverBackOption[] options)
Parameters
options
JobPrimaryCoverBack.CoverBackOption[]
An array of options specific for the feature.