PdfDocumentAddText Method

Adds a text element to the current PDF page. If the text exceeds the current page, it will continue on subsequent pages based on element settings

Definition

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

Parameters

textElement  PdfTextElement
The text element to render into the PDF document

Return Value

PdfTextRenderInfo
A PdfTextRenderInfo object containing information about the pages and bounding boxes where the text was rendered

See Also