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

MethodDescription
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

FieldDescription
static TextSpecifies a text only watermark.

See Also