PdfText(Single, Single, String, Font) Constructor
Constructs a text object to be laid out at a given coordinate
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfText(
float destX,
float destY,
string text,
Font font
)
Parameters
- destX Single
- The text X coordinate in points
- destY Single
- The text Y coordinate in points
- text String
- The text to render
- font Font
- A .NET font