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
page on each sheet. If DocumentDuplex
,
=2, then each sheet will have 2 watermarks. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermark
Copy 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 See Also