public final class JobErrorSheet extends Feature implements IJobPrintTicketItem
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
Modifier and Type | Class and Description |
---|---|
static class |
JobErrorSheet.ErrorSheetOption
Describes the
JobErrorSheet feature options. |
static class |
JobErrorSheet.ErrorSheetWhen
Describes inner
ErrorSheetWhen feature. |
static interface |
JobErrorSheet.IJobErrorSheetItem
The interface of any
JobErrorSheet feature item. |
Constructor and Description |
---|
JobErrorSheet(JobErrorSheet.IJobErrorSheetItem... items)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public JobErrorSheet(JobErrorSheet.IJobErrorSheetItem... items)
Creates a new instance.
items
- An array of items specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.