[This is preliminary documentation and is subject to change.]
Add raw text to the page
Namespace: NFX.Media.PDF.DocumentModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TextElement AddText(
string text
)
public TextElement AddText(
string text
)
Public Function AddText (
text As String
) As TextElement
Public Function AddText (
text As String
) As TextElement
public:
TextElement^ AddText(
String^ text
)
public:
TextElement^ AddText(
String^ text
)
member AddText :
text : string -> TextElement
member AddText :
text : string -> TextElement
Return Value
Type:
TextElement