Click or drag to resize

PdfiumFPDFLink_GetAnnotRect Method

Get the annotation rectangle. (Specified by the Ў°RectЎ± entry of annotation dictionary).

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFLink_GetAnnotRect(
	IntPtr link_annot,
	out FS_RECTF rect
)

Parameters

link_annot  IntPtr
Handle to the link annotation.
rect  FS_RECTF
The annotation rect.

Return Value

Boolean
TRUE if succceed, else False;
See Also