Class DocumentCoverFront
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the front (beginning) 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 first 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/documentcoverfront
public sealed class DocumentCoverFront : Feature, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← DocumentCoverFront
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
DocumentCoverFront(params CoverFrontOption[])
Creates a new instance.
public DocumentCoverFront(params DocumentCoverFront.CoverFrontOption[] options)
Parameters
options
DocumentCoverFront.CoverFrontOption[]
An array of options specific for the feature.