Click or drag to resize

PdfPageTransformAnnots Method

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

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public void TransformAnnots(
	FS_MATRIX matrix
)

Parameters

matrix
Type: Patagames.PdfFS_MATRIX
The transform matrix
See Also