Quickly Create High Quality PDFs
C#
VB
C++
F#
Show/Hide TOC
Pdf
Text Constructor
Constructs an empty text object. The
SetTextSystemFont(String, Single)
method must be called after the object creation
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
Copy
public
PdfText
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
PdfText
()
F#
Copy
new
:
unit
->
PdfText
See Also
Reference
PdfText Class
PdfText Overload
HiQPdf Namespace
In This Article
Definition
See Also