Click or drag to resize

PdfiumFPDFTextObj_GetTextMatrix(IntPtr, FS_MATRIX) Method

Get the text object matrix.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_GetTextMatrix(
	IntPtr textObject,
	out FS_MATRIX matrix
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
matrix  FS_MATRIX
Transformation matrix.
See Also