 | PdfiumFPDFLink_GetAnnotRect Method |
Get the annotation rectangle. (Specified by the Ў°RectЎ± entry of annotation dictionary).
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFLink_GetAnnotRect(
IntPtr link_annot,
out FS_RECTF rect
)
Public Shared Function FPDFLink_GetAnnotRect (
link_annot As IntPtr,
<OutAttribute> ByRef rect As FS_RECTF
) As Boolean
public:
static bool FPDFLink_GetAnnotRect(
IntPtr link_annot,
[OutAttribute] FS_RECTF% rect
)
static member FPDFLink_GetAnnotRect :
link_annot : IntPtr *
rect : FS_RECTF byref -> bool
public static boolean FPDFLink_GetAnnotRect(
IntPtr link_annot,
/** @attribute OutAttribute */ /** @ref */FS_RECTF rect
)
Patagames.Pdf.Pdfium.FPDFLink_GetAnnotRect = function(link_annot, rect);
Parameters
- link_annot IntPtr
- Handle to the link annotation.
- rect FS_RECTF
- The annotation rect.
Return Value
BooleanTRUE if succceed, else False;
See Also