![]() | PdfiumFORM_SetFocusAnnot Method |
Namespace: Patagames.Pdf
public 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);