JobAccountingSheet

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Feature

All Implemented Interfaces: com.aspose.xps.metadata.IJobPrintTicketItem

public final class JobAccountingSheet extends Feature implements IJobPrintTicketItem

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

Constructors

ConstructorDescription
JobAccountingSheet(JobAccountingSheet.JobAccountingSheetOption[] options)Creates a new instance.

JobAccountingSheet(JobAccountingSheet.JobAccountingSheetOption[] options)

public JobAccountingSheet(JobAccountingSheet.JobAccountingSheetOption[] options)

Creates a new instance.

Parameters:

ParameterTypeDescription
optionscom.aspose.xps.metadata.JobAccountingSheet.JobAccountingSheetOption[]An array of options specific for the feature.