[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,
float fontSize,
PdfFont font
)
public TextElement AddText(
string text,
float fontSize,
PdfFont font
)
Public Function AddText (
text As String,
fontSize As Single,
font As PdfFont
) As TextElement
Public Function AddText (
text As String,
fontSize As Single,
font As PdfFont
) As TextElement
public:
TextElement^ AddText(
String^ text,
float fontSize,
PdfFont^ font
)
public:
TextElement^ AddText(
String^ text,
float fontSize,
PdfFont^ font
)
member AddText :
text : string *
fontSize : float32 *
font : PdfFont -> TextElement
member AddText :
text : string *
fontSize : float32 *
font : PdfFont -> TextElement
Return Value
Type:
TextElement