PageWatermark

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, com.aspose.xps.metadata.IDocumentPrintTicketItem, com.aspose.xps.metadata.IPagePrintTicketItem

public final class PageWatermark extends Feature implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem

Describes the watermark setting of the output and the watermark characteristics. Watermarks apply to the logical page, not the physical page. For example, if DocumentDuplex is enabled, a watermark will appear on each NUp page on each sheet. If DocumentDuplex , PagesPerSheet =2, then each sheet will have 2 watermarks. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermark

Constructors

ConstructorDescription
PageWatermark(PageWatermark.IPageWatermarkItem[] items)Creates a new instance.

PageWatermark(PageWatermark.IPageWatermarkItem[] items)

public PageWatermark(PageWatermark.IPageWatermarkItem[] items)

Creates a new instance.

Parameters:

ParameterTypeDescription
itemscom.aspose.xps.metadata.PageWatermark.IPageWatermarkItem[]An array of items specific for the feature.