Initializes a new instance of the PdfHTMLTextElement class

Namespace: Spire.Pdf.Graphics
Assembly: 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

Parameters

htmlText
String
font
PdfFontBase
brush
PdfBrush

See Also