Click or drag to resize

PdfiumFPDFPage_TransformAnnots Method

Transform (scale, rotate, shear, move) all annots in a page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPage_TransformAnnots(
	IntPtr page,
	double a,
	double b,
	double c,
	double d,
	double e,
	double f
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double) and others
a  Double
The coefficient "a" of the matrix
b  Double
The coefficient "b" of the matrix
c  Double
The coefficient "c" of the matrix
d  Double
The coefficient "d" of the matrix
e  Double
The coefficient "e" of the matrix
f  Double
The coefficient "f" of the matrix
See Also