Table of Contents
PdfTextContent Constructor (String)

Creates a new instance of the PdfTextContent with the given text.

Syntax
 public PdfTextContent(
   string text
);

Parameters

text
The text to be rendered.
See Also