Click or drag to resize

PdfTextObjectCreate(String, Single, Single, PdfFont, Single) Method

Create new instance of PdfTextObject class

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public static PdfTextObject Create(
	string text,
	float x,
	float y,
	PdfFont font,
	float fontsize
)

Parameters

text  String
Sets unicode string to text object
x  Single
Sets the horizontal coordinate of the bottom-left corner of the text object relative to the down-left corner of its page.
y  Single
Sets the vertical coordinate of the bottom-left corner of the text object relative to the down-left corner of its page.
font  PdfFont
Sets the Font of a text object.
fontsize  Single
Sets font size.

Return Value

PdfTextObject
New instance of PdfTextObject
See Also