Class JobErrorSheet
Contents
[
Hide
]JobErrorSheet class
Describes the error sheet output. The entire job will have a single error sheet. The error sheet should be output on the default PageMediaSize and using the default 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, IJobPrintTicketItem
Constructors
| Name | Description |
|---|---|
| JobErrorSheet(params IJobErrorSheetItem[]) | Creates a new instance. |
Properties
| Name | Description |
|---|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|---|
| Add(params IFeatureItem[]) | Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option, or a Property instance. |
Other Members
| Name | Description |
|---|---|
| class ErrorSheetOption | Describes the JobErrorSheet feature options. |
| class ErrorSheetWhen | Describes inner |
| interface IJobErrorSheetItem | The interface of any JobErrorSheet feature item. |
See Also
- class Feature
- interface IJobPrintTicketItem
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page