[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,
PdfColor color
)
public TextElement(
string content,
float fontSize,
PdfFont font,
PdfColor color
)
Public Sub New (
content As String,
fontSize As Single,
font As PdfFont,
color As PdfColor
)
Public Sub New (
content As String,
fontSize As Single,
font As PdfFont,
color As PdfColor
)
public:
TextElement(
String^ content,
float fontSize,
PdfFont^ font,
PdfColor^ color
)
public:
TextElement(
String^ content,
float fontSize,
PdfFont^ font,
PdfColor^ color
)
new :
content : string *
fontSize : float32 *
font : PdfFont *
color : PdfColor -> TextElement
new :
content : string *
fontSize : float32 *
font : PdfFont *
color : PdfColor -> TextElement