HiQPdf Documentation

PdfText Constructor (Single, Single, String, PdfFont)

HiQPdf Client for .NET Core
Constructs a text object to be laid out at a given coordinate

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfText(
	float destX,
	float destY,
	string text,
	PdfFont font
)

Parameters

destX
Type: SystemSingle
The text X coordinate in points
destY
Type: SystemSingle
The text Y coordinate in points
text
Type: SystemString
The text to render
font
Type: HiQPdfClientPdfFont
A font previously added to document
See Also

Reference