PdfTemplateAddText Method

Adds a text element to the PDF template

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public PdfTextRenderInfo AddText(
	PdfTextElement textElement
)

Parameters

textElement  PdfTextElement
The text element to render into the template

Return Value

PdfTextRenderInfo
A PdfTextRenderInfo object containing information about the bounding box where the text was rendered

See Also