Click or drag to resize

PdfiumFPDFTextObj_SetPosition Method

Move text object into specified location

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_SetPosition(
	IntPtr textObject,
	float x,
	float y
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
x  Single
The X coordinate of the text object.
y  Single
The Y coordinate of the text object.
See Also