PdfHTMLTextElement Constructor (String, PdfFontBase, PdfBrush)
|
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfHTMLTextElement(
string htmlText,
PdfFontBase font,
PdfBrush brush
)
Public Sub New (
htmlText As String,
font As PdfFontBase,
brush As PdfBrush
)
public:
PdfHTMLTextElement(
String^ htmlText,
PdfFontBase^ font,
PdfBrush^ brush
)
new :
htmlText : string *
font : PdfFontBase *
brush : PdfBrush -> PdfHTMLTextElement
Parameters
-
htmlText
-
Type:
System
String
-
font
-
Type:
Spire.Pdf.Graphics
PdfFontBase
-
brush
-
Type:
Spire.Pdf.Graphics
PdfBrush
See Also