Class DocumentCoverFront

DocumentCoverFront class

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

public sealed class DocumentCoverFront : Feature, IDocumentPrintTicketItem, IJobPrintTicketItem

Constructors

NameDescription
DocumentCoverFront(params CoverFrontOption[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
class CoverFrontOptionDescribes the DocumentCoverFront feature options.

See Also