FreeSpire.PDF by Administrator

<PackageReference Include="FreeSpire.PDF" Version="2.9.37" />

.NET API 10,293,248 bytes

 PdfHTMLTextElement

public class PdfHTMLTextElement
public PdfBrush Brush { get; set; }

public PdfFontBase Font { get; set; }

public string HTMLText { get; set; }

public TextAlign TextAlign { get; set; }

public PdfHTMLTextElement(string htmlText, PdfFontBase font, PdfBrush brush)

public PdfLayoutResult Draw(PdfNewPage page, RectangleF layoutRectangle, PdfMetafileLayoutFormat format)

public void Draw(PdfCanvas graphics, RectangleF layoutRectangle)

public PdfLayoutResult Draw(PdfNewPage page, PointF location, float width, PdfMetafileLayoutFormat format)

public void Draw(PdfCanvas graphics, PointF location, float width, float height)

public PdfLayoutResult Draw(PdfNewPage page, PointF location, float width, float height, PdfMetafileLayoutFormat format)