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
Modifier and Type | Class and Description |
---|---|
static interface |
PageWatermark.IPageWatermarkItem
The interface of any
PageWatermark feature item. |
static interface |
PageWatermark.IPageWatermarkOptionItem
The interface of any
PageWatermarkOption item. |
static class |
PageWatermark.Layering
Describes inner
Layering feature. |
static class |
PageWatermark.LayeringOption
Describes the
Layering feature options. |
static class |
PageWatermark.PageWatermarkOption
Describes the
PageWatermark features options. |
Constructor and Description |
---|
PageWatermark(PageWatermark.IPageWatermarkItem... items)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public PageWatermark(PageWatermark.IPageWatermarkItem... items)
Creates a new instance.
items
- An array of items specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.