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