Click or drag to resize

PdfHTMLTextElement Constructor (String, PdfFontBase, PdfBrush)

Initializes a new instance of the PdfHTMLTextElement class

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
)

Parameters

htmlText
Type: System String
font
Type: Spire.Pdf.Graphics PdfFontBase
brush
Type: Spire.Pdf.Graphics PdfBrush
See Also