Click or drag to resize

PdfiumFPDFImageObj_SetMatrix(IntPtr, FS_MATRIX) Method

Set 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_SetMatrix(
	IntPtr image_object,
	FS_MATRIX matrix
)

Parameters

image_object  IntPtr
Handle to image object returned by FPDFPageObj_NewImgeObj(IntPtr).
matrix  FS_MATRIX
The matrix to set.
See Also