Click or drag to resize

PdfiumFPDFFormObj_SetFormMatrix Method

Sets transform matrix for form object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFFormObj_SetFormMatrix(
	IntPtr formObject,
	FS_MATRIX pMatrix
)

Parameters

formObject  IntPtr
Handle to form object returned by FPDFPageObj_Create(PageObjectTypes)
pMatrix  FS_MATRIX
The transform matrix
Remarks
Application should call FPDFFormObj_CalcBoundingBox(IntPtr) method to take transformation effect.
See Also