 | PdfiumFORM_SetFocusAnnot Method |
Set the input focus to the specified annotation.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_SetFocusAnnot(
IntPtr form_handle,
IntPtr page,
IntPtr annot,
int flags = 0
)
Public Shared Sub FORM_SetFocusAnnot (
form_handle As IntPtr,
page As IntPtr,
annot As IntPtr,
Optional flags As Integer = 0
)
public:
static void FORM_SetFocusAnnot(
IntPtr form_handle,
IntPtr page,
IntPtr annot,
int flags = 0
)
static member FORM_SetFocusAnnot :
form_handle : IntPtr *
page : IntPtr *
annot : IntPtr *
?flags : int
(* Defaults:
let _flags = defaultArg flags 0
*)
-> unit
public static void FORM_SetFocusAnnot(
IntPtr form_handle,
IntPtr page,
IntPtr annot,
int flags = 0
)
Patagames.Pdf.Pdfium.FORM_SetFocusAnnot = function(form_handle, page, annot, flags);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
- page IntPtr
- Handle to PDF page.
- annot IntPtr
- Handle to the annotation dictionary.
- flags Int32 (Optional)
- Reserved, must be 0.
See Also