Class JobErrorSheet
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the error sheet output. The entire job will have a single error sheet. The error sheet
should be output on the default Aspose.Page.XPS.XpsMetadata.PageMediaSize and using the default Aspose.Page.XPS.XpsMetadata.PageMediaType.
The error sheet should to be isolated from the remainder of the job. This means that any finishing or
processing options (such as JobDuplex
, JobStaple
, or JobBinding
)
should not include the error sheet. The error sheet should occur as the final sheet of the job.
https://docs.microsoft.com/en-us/windows/win32/printdocs/joberrorsheet
public sealed class JobErrorSheet : Feature, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← JobErrorSheet
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
JobErrorSheet(params IJobErrorSheetItem[])
Creates a new instance.
public JobErrorSheet(params JobErrorSheet.IJobErrorSheetItem[] items)
Parameters
items
JobErrorSheet.IJobErrorSheetItem[]
An array of items specific for the feature.