[This is preliminary documentation and is subject to change.]
Namespace: NFX.Media.PDF.ElementsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public TextElement(
string content,
float fontSize,
PdfFont font
)
public TextElement(
string content,
float fontSize,
PdfFont font
)
Public Sub New (
content As String,
fontSize As Single,
font As PdfFont
)
Public Sub New (
content As String,
fontSize As Single,
font As PdfFont
)
public:
TextElement(
String^ content,
float fontSize,
PdfFont^ font
)
public:
TextElement(
String^ content,
float fontSize,
PdfFont^ font
)
new :
content : string *
fontSize : float32 *
font : PdfFont -> TextElement
new :
content : string *
fontSize : float32 *
font : PdfFont -> TextElement