 | PdfiumFORM_GetFocusAnnot Method |
Get the annotation that currently has input focus.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static IntPtr FORM_GetFocusAnnot(
IntPtr form_handle
)
Public Shared Function FORM_GetFocusAnnot (
form_handle As IntPtr
) As IntPtr
public:
static IntPtr FORM_GetFocusAnnot(
IntPtr form_handle
)
static member FORM_GetFocusAnnot :
form_handle : IntPtr -> IntPtr public static IntPtr FORM_GetFocusAnnot(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_GetFocusAnnot = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
Return Value
IntPtrThe handle to the annotation dictionary.
See Also