Class JobAccountingSheet

Class JobAccountingSheet

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

Describes the accounting sheet to be output for the job. The accounting sheet should be output on the default Aspose.Page.XPS.XpsMetadata.PageMediaSize and using the default Aspose.Page.XPS.XpsMetadata.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, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Inheritance

objectPrintTicketElementCompositePrintTicketElementFeatureJobAccountingSheet

Implements

IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Inherited Members

Feature.Add(params IFeatureItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

JobAccountingSheet(params JobAccountingSheetOption[])

Creates a new instance.

public JobAccountingSheet(params JobAccountingSheet.JobAccountingSheetOption[] options)

Parameters

options JobAccountingSheet.JobAccountingSheetOption[]

An array of options specific for the feature.

 English