PdfTemplateAddText Method

Adds a text element to the PDF template

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.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