Class PageWatermark.PageWatermarkOption
PageWatermark.PageWatermarkOption class
Describes the PageWatermark features options.
public sealed class PageWatermarkOption : Option
Constructors
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
| Add(params IPageWatermarkOptionItem[]) | Adds an array of IPageWatermarkOptionItem instances to the option. |
| Clone() | Clones this option instance. The shortcut to the cloneing constructor. |
Fields
| Name | Description |
|---|
| static Text | Specifies a text only watermark. |
See Also