Class JobPrimaryCoverBack

JobPrimaryCoverBack class

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

public sealed class JobPrimaryCoverBack : Feature, IJobPrintTicketItem

Constructors

NameDescription
JobPrimaryCoverBack(params CoverBackOption[])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 CoverBackOptionDescribes the JobPrimaryCoverBack feature options.

See Also