Click or drag to resize

PdfiumFPDFImageObj_GetMatrix(IntPtr) 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 FS_MATRIX FPDFImageObj_GetMatrix(
	IntPtr image_object
)

Parameters

image_object  IntPtr
Handle to image object returned by FPDFPageObj_NewImgeObj(IntPtr)

Return Value

FS_MATRIX
Transformation matrix.
See Also