Click or drag to resize

FFI_GetRotationCallback Delegate

This method receives currently rotation of the page view.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public delegate PageRotate FFI_GetRotationCallback(
	FPDF_FORMFILLINFO pThis,
	IntPtr page
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
page  IntPtr
Handle to page. Returned by FPDF_LoadPage(IntPtr, Int32) function.

Return Value

PageRotate
The page rotation. Should be 0(0 degree),1(90 degree),2(180 degree),3(270 degree), in a clockwise direction.
Remarks
Required: Yes.
See Also