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

WatermarkAnnotation::SetTextAndState method

Set text of the annotation.

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

See Also