Click or drag to resize

PdfPageTransformWithClip Method

Transform the whole page with a specified matrix, then clip the page content region.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public bool TransformWithClip(
	FS_MATRIX matrix,
	FS_RECTF clipRect
)

Parameters

matrix
Type: Patagames.PdfFS_MATRIX
The transform matrix.
clipRect
Type: Patagames.PdfFS_RECTF
A rectangle page area to be clipped.

Return Value

Type: Boolean
True if success,else false.
Remarks
This function will transform the whole page, and would take effect to all the objects in the page.
See Also