Click or drag to resize

PdfiumFPDFTextObj_GetTextMatrix(IntPtr, Single, Single, Single, Single, Single, Single) 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 float a,
	out float b,
	out float c,
	out float d,
	out float e,
	out float f
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
a  Single
Pointer to a float value receiving the coefficient "a" of the matrix.
b  Single
Pointer to a float value receiving the coefficient "b" of the matrix.
c  Single
Pointer to a float value receiving the coefficient "c" of the matrix.
d  Single
Pointer to a float value receiving the coefficient "d" of the matrix.
e  Single
Pointer to a float value receiving the coefficient "e" of the matrix.
f  Single
Pointer to a float value receiving the coefficient "f" of the matrix.
See Also