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

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SetLinesAndState(
	string[] text,
	TextState textState
)

Parameters

text
Type: SystemString
Array of text string.
textState
Type: Aspose.Pdf.TextTextState
Text properties.
See Also