HiQPdf Documentation

PdfText Constructor

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodPdfText
Constructs an empty text object. The SetTextSystemFont(String, Single) method must be called after the object creation
Public methodPdfText(Single, Single, String, PdfFont)
Constructs a text object to be laid out at a given coordinate
Public methodPdfText(Single, Single, String, Font)
Constructs a text object to be laid out at a given coordinate
Public methodPdfText(Single, Single, Single, String, PdfFont)
Constructs a text object to be laid out at a given coordinate and having a given width in PDF
Public methodPdfText(Single, Single, Single, String, Font)
Constructs a text object to be laid out at a given coordinate and having a given width in PDF
Public methodPdfText(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
Public methodPdfText(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
Public methodPdfText(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
Public methodPdfText(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
Public methodPdfText(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
Top
See Also

Reference