Aspose::Pdf::Annotations::WatermarkAnnotation::SetTextAndState method

WatermarkAnnotation::SetTextAndState method

Set text of the annotation.

void Aspose::Pdf::Annotations::WatermarkAnnotation::SetTextAndState(const System::ArrayPtr<System::String> &text, const System::SharedPtr<Text::TextState> &textState)
ParameterTypeDescription
textconst System::ArrayPtr<System::String>&Text value.
textStateconst System::SharedPtr<Text::TextState>&Text state.

See Also