Click or drag to resize

PdfiumFPDFFormContent_TransformObjects Method

Transform all objects in content object with a specified matrix.

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

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
pMatrix  FS_MATRIX
The transform matrix
See Also