Class JobAccountingSheet

JobAccountingSheet class

Describes the accounting sheet to be output for the job. The accounting sheet should be output on the default PageMediaSize and using the default PageMediaType. The accounting sheet should to be isolated from the remainder of the job. This means that any finishing or processing options (such as

JobDuplex

,

JobStaple

, or

JobBinding

) should not include the accounting sheet. The accounting sheet may occur as the first or last page of the job at the implementer’s discretion. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobaccountingsheet

public sealed class JobAccountingSheet : Feature, IJobPrintTicketItem

Constructors

NameDescription
JobAccountingSheet(params JobAccountingSheetOption[])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 JobAccountingSheetOptionDescribes the JobAccountingSheet feature options.

See Also