RichTextBuilderAppendText Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Appends paragraph or a span to the builder.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void AppendText(
	string text,
	RichTextStyle style = null
)

Parameters

text
Type: SystemString
The text
style (Optional)
Type: Apitron.PDF.Kit.Interactive.Annotations.RichTextRichTextStyle
The style
See Also

Reference