Aspose::Pdf::Annotations::WatermarkAnnotation class

WatermarkAnnotation class

Class describes Watermark annotation object.

class WatermarkAnnotation : public Aspose::Pdf::Annotations::Annotation

Methods

MethodDescription
Accept(System::SharedPtr<AnnotationSelector>) overrideApply visitor for annotation.
ChangeAfterResize(System::SharedPtr<Matrix>) overrideOverrides the definition in the base class with an empty body.
get_AnnotationType() overrideGets annotation type.
get_FixedPrint()Fuxed print object of Watermark annotation.
get_Opacity() constGets 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