public final class JobPrimaryCoverBack extends Feature implements IJobPrintTicketItem
Describes the back (ending) cover sheet. Each job will have a separate primary sheet.
The cover sheet should be printed on the PageMediaSize
and PageMediaType
used for the final page of the job. The cover sheet should be integrated into processing options
(such as JobDuplexAllDocumentsContiguously
, JobNUpAllDocumentsContiguously
)
as indicated by the Option specified.
https://docs.microsoft.com/en-us/windows/win32/printdocs/jobprimarycoverback
Modifier and Type | Class and Description |
---|---|
static class |
JobPrimaryCoverBack.CoverBackOption
Describes the
JobPrimaryCoverBack feature options. |
Constructor and Description |
---|
JobPrimaryCoverBack(JobPrimaryCoverBack.CoverBackOption... options)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public JobPrimaryCoverBack(JobPrimaryCoverBack.CoverBackOption... options)
Creates a new instance.
options
- An array of options specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.