Click or drag to resize

PdfiumFPDFFormObj_Transform Method

Note: This API is now obsolete.


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

Parameters

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