Click or drag to resize

PdfiumFPDFPage_TransFormWithClip Method

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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFPage_TransFormWithClip(
	IntPtr page,
	FS_MATRIX matrix,
	FS_RECTF clip_rect
)

Parameters

page  IntPtr
A page handle. Returned by FPDF_LoadPage(IntPtr, Int32) function
matrix  FS_MATRIX
The transform matrix
clip_rect  FS_RECTF
A rectangle page area to be clipped

Return Value

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