Click or drag to resize

PdfiumFPDFFormObj_GetFormMatrix(IntPtr, FS_MATRIX) Method

Note: This API is now obsolete.

Gets transform matrix for form object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete. Please use FPDFFormObj_GetFormMatrix(IntPtr formObject) instead.", 
	false)]
public static void FPDFFormObj_GetFormMatrix(
	IntPtr formObject,
	FS_MATRIX pMatrix
)

Parameters

formObject  IntPtr
Handle to form object returned by FPDFPageObj_Create(PageObjectTypes)
pMatrix  FS_MATRIX
The transform matrix
See Also