Initializes a new instance of the PdfHTMLTextElement class
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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