Class DocumentCoverBack

Class DocumentCoverBack

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

Describes the back (ending) cover sheet. Each document will have a separate sheet. The cover sheet should be printed on the Aspose.Page.XPS.XpsMetadata.PageMediaSize and Aspose.Page.XPS.XpsMetadata.PageMediaType used for the final page of the document. The cover sheet should be integrated into processing options (such as Aspose.Page.XPS.XpsMetadata.DocumentDuplex, Aspose.Page.XPS.XpsMetadata.DocumentNUp) as indicated by the Option specified. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverback

public sealed class DocumentCoverBack : Feature, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Inheritance

objectPrintTicketElementCompositePrintTicketElementFeatureDocumentCoverBack

Implements

IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, 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

DocumentCoverBack(params CoverBackOption[])

Creates a new instance.

public DocumentCoverBack(params DocumentCoverBack.CoverBackOption[] options)

Parameters

options DocumentCoverBack.CoverBackOption[]

An array of options specific for the feature.

 English