Aspose::Pdf::Annotations::WatermarkAnnotation class
WatermarkAnnotation class
Class describes Watermark annotation object.
class WatermarkAnnotation : public Aspose::Pdf::Annotations::Annotation
Methods
| Method | Description |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Apply visitor for annotation. |
| ChangeAfterResize(System::SharedPtr<Matrix>) override | Overrides the definition in the base class with an empty body. |
| get_AnnotationType() override | Gets annotation type. |
| get_FixedPrint() | Fuxed print object of Watermark annotation. |
| get_Opacity() const | Gets opacity of the annotation. |
| set_Opacity(double) | Sets opacity of the annotation. |
| SetText(System::SharedPtr<Facades::FormattedText>) | Set text of the annotation. |
| SetTextAndState(System::ArrayPtr<System::String>, System::SharedPtr<Text::TextState>) | Set text of the annotation. |
| WatermarkAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Constructor for Watermark annotation class. |
See Also
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++