Aspose::Pdf::Artifact::SetLinesAndState method

Artifact::SetLinesAndState method

Set text and text properties of the artifact. Allows to specify multiple lines.

void Aspose::Pdf::Artifact::SetLinesAndState(System::ArrayPtr<System::String> text, System::SharedPtr<Aspose::Pdf::Text::TextState> textState)
ParameterTypeDescription
textSystem::ArrayPtr<System::String>Array of text string.
textStateSystem::SharedPtr<Aspose::Pdf::Text::TextState>Text properties.

See Also