Class DocumentBannerSheet
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the banner sheet to be output for a particular document. The banner sheet should be output on the default Aspose.Page.XPS.XpsMetadata.PageMediaSize and using the default Aspose.Page.XPS.XpsMetadata.PageMediaType. The banner sheet should be also isolated from the remainder of the job. This means that any finishing or processing options (such as Aspose.Page.XPS.XpsMetadata.DocumentDuplex, Aspose.Page.XPS.XpsMetadata.DocumentStaple, or Aspose.Page.XPS.XpsMetadata.DocumentBinding) should not include the banner sheet. The banner sheet may or may not be isolated from the remainder of the job. This means that any job finishing or processing options, may include the document banner sheet. The banner sheet should occur as the first sheet of the document. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbannersheet
public sealed class DocumentBannerSheet : Feature, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← DocumentBannerSheet
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
DocumentBannerSheet(params BannerSheetOption[])
Creates a new instance.
public DocumentBannerSheet(params DocumentBannerSheet.BannerSheetOption[] options)
Parameters
options
DocumentBannerSheet.BannerSheetOption[]
An array of options specific for the feature.