Aspose::Page::XPS::XpsMetadata::PageWatermark::PageWatermarkOption class
PageWatermarkOption class
Describes the PageWatermark features options.
class PageWatermarkOption : public Aspose::Page::XPS::XpsMetadata::Option,
public Aspose::Page::XPS::XpsMetadata::PageWatermark::IPageWatermarkItem
Methods
Method | Description |
---|
Add(const System::ArrayPtr<System::SharedPtr<PageWatermark::IPageWatermarkOptionItem>>&) | Adds an array of IPageWatermarkOptionItem instances to the option. |
Clone() | Clones this option instance. The shortcut to the cloneing constructor. |
PageWatermarkOption(System::String, const System::ArrayPtr<System::SharedPtr<PageWatermark::IPageWatermarkOptionItem>>&) | Creates a new instance. |
PageWatermarkOption(System::SharedPtr<PageWatermark::PageWatermarkOption>) | Clones this option instance. |
Fields
Field | Description |
---|
static Text | Specifies a text only watermark. |
See Also