Click or drag to resize

PdfiumFPDFFormObj_GetFormMatrix(IntPtr) Method

Gets transform matrix for form object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_MATRIX FPDFFormObj_GetFormMatrix(
	IntPtr formObject
)

Parameters

formObject  IntPtr
Handle to form object returned by FPDFPageObj_Create(PageObjectTypes)

Return Value

FS_MATRIX
The transformation matrix.
See Also