ArtifactSetLinesAndState Method |
Set text and text properties of the artifact. Allows to specify multiple lines.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void SetLinesAndState(
string[] text,
TextState textState
)
Public Sub SetLinesAndState (
text As String(),
textState As TextState
)
public:
void SetLinesAndState(
array<String^>^ text,
TextState^ textState
)
member SetLinesAndState :
text : string[] *
textState : TextState -> unit
Parameters
- text
- Type: SystemString
Array of text string. - textState
- Type: Aspose.Pdf.TextTextState
Text properties.
See Also