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