PdfText Constructor

Overload List

PdfText Constructs an empty text object. The SetTextSystemFont(String, Single) method must be called after the object creation
PdfText(Single, Single, String, PdfFont) Constructs a text object to be laid out at a given coordinate
PdfText(Single, Single, String, Font) Constructs a text object to be laid out at a given coordinate
PdfText(Single, Single, Single, String, PdfFont) Constructs a text object to be laid out at a given coordinate and having a given width in PDF
PdfText(Single, Single, Single, String, Font) Constructs a text object to be laid out at a given coordinate and having a given width in PDF
PdfText(Single, Single, Single, Single, String, PdfFont) Constructs a text object to be laid out at a given coordinate and having a given width in PDF
PdfText(Single, Single, Single, Single, String, Font) Constructs a text object to be laid out at a given coordinate and having a given width in PDF
PdfText(Single, Single, Single, Single, String, PdfStandardFont, Single) Constructs a text object to be laid out at a given coordinate and having a given width in PDF
PdfText(Single, Single, Single, Single, String, Byte, Single, FontStyle) Constructs a text object to be laid out at a given coordinate and having a given width in PDF
PdfText(Single, Single, Single, Single, String, String, Single, FontStyle) Constructs a text object to be laid out at a given coordinate and having a given width in PDF

See Also