ArtifactSetText Method
Sets text of the artifact.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SetText(
	FormattedText formattedText
)

Parameters

formattedText
Type: Aspose.Pdf.FacadesFormattedText
FormattedText object which contains artifact text.
See Also