Aspose::Pdf::Watermark class

Watermark class

Represents a watermark of the page.

class Watermark : public System::Object

Methods

MethodDescription
get_Available()Gets a flag the watermark is present.
get_Image() constGets an image of the watermark.
get_Position() constGets a position of the watermark’s image on a page.
Watermark(System::SharedPtr<System::Drawing::Image>, System::SharedPtr<Rectangle>)Initializes a watermark object with an image and it’s position on a page.
Watermark(System::SharedPtr<System::Drawing::Image>)Initializes a watermark object with an image.

See Also