Class JobPrimaryCoverFront
JobPrimaryCoverFront class
Describes the front (beginning) cover sheet. The entire job will have a single primary sheet. The cover sheet should be printed on the PageMediaSize
and PageMediaType
used for the first 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/jobprimarycoverfront
public sealed class JobPrimaryCoverFront : Feature, IJobPrintTicketItem
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
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
Name | Description |
---|
class CoverFrontOption | Describes the JobPrimaryCoverFront feature options. |
See Also