Class PageWatermark

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

NameDescription
PageWatermark(params IPageWatermarkItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
interface IPageWatermarkItemThe interface of any PageWatermark feature item.
interface IPageWatermarkOptionItemThe interface of any PageWatermarkOption item.
class LayeringDescribes inner
class LayeringOptionDescribes the Layering feature options.
class PageWatermarkOptionDescribes the PageWatermark features options.

See Also