public final class JobPrimaryBannerSheet extends Feature implements IJobPrintTicketItem
Describes the banner sheet to be output for the job. The banner sheet should be output on the default
PageMediaSize
and using the default PageMediaType
. The banner sheet should
be isolated from the remainder of the job. This means that any finishing or processing options (such as
JobDuplexAllDocumentsContiguously
, JobStapleAllDocuments
, or JobBindAllDocuments
)
should not include the banner sheet. The banner sheet should occur as the first sheet of the job.
Modifier and Type | Class and Description |
---|---|
static class |
JobPrimaryBannerSheet.BannerSheetOption
Represents options of the
JobPrimaryBannerSheet feature. |
Constructor and Description |
---|
JobPrimaryBannerSheet(JobPrimaryBannerSheet.BannerSheetOption... options)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public JobPrimaryBannerSheet(JobPrimaryBannerSheet.BannerSheetOption... options)
Creates a new instance.
options
- An array of options specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.