Class PageWatermark
Contents
[
Hide
]PageWatermark class
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
public sealed class PageWatermark : Feature, IDocumentPrintTicketItem, IJobPrintTicketItem,
IPagePrintTicketItem
Constructors
Name | Description |
---|---|
PageWatermark(params IPageWatermarkItem[]) | Creates a new instance. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|---|
Add(params IFeatureItem[]) | Adds a list of items to the end of this feature’s item list. Each one must be a Feature , an Option , or a Property instance. |
Other Members
Name | Description |
---|---|
interface IPageWatermarkItem | The interface of any PageWatermark feature item. |
interface IPageWatermarkOptionItem | The interface of any PageWatermarkOption item. |
class Layering | Describes inner |
class LayeringOption | Describes the Layering feature options. |
class PageWatermarkOption | Describes the PageWatermark features options. |
See Also
- class Feature
- interface IDocumentPrintTicketItem
- interface IJobPrintTicketItem
- interface IPagePrintTicketItem
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page