Click or drag to resize

PdfiumFPDFImageObj_GetMatrix(IntPtr, Double, Double, Double, Double, Double, Double) Method

Get the matrix of an image object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFImageObj_GetMatrix(
	IntPtr image_object,
	out double a,
	out double b,
	out double c,
	out double d,
	out double e,
	out double f
)

Parameters

image_object  IntPtr
Handle to image object returned by FPDFPageObj_NewImgeObj(IntPtr)
a  Double
Pointer to a float value receiving the coefficient "a" of the matrix.
b  Double
Pointer to a float value receiving the coefficient "b" of the matrix.
c  Double
Pointer to a float value receiving the coefficient "c" of the matrix.
d  Double
Pointer to a float value receiving the coefficient "d" of the matrix.
e  Double
Pointer to a float value receiving the coefficient "e" of the matrix.
f  Double
Pointer to a float value receiving the coefficient "f" of the matrix.
See Also