 | PdfiumFPDFInterForm_FixPageFields Method |
Fix page fields.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFInterForm_FixPageFields(
IntPtr interForm,
IntPtr page
)
Public Shared Sub FPDFInterForm_FixPageFields (
interForm As IntPtr,
page As IntPtr
)
public:
static void FPDFInterForm_FixPageFields(
IntPtr interForm,
IntPtr page
)
static member FPDFInterForm_FixPageFields :
interForm : IntPtr *
page : IntPtr -> unit
public static void FPDFInterForm_FixPageFields(
IntPtr interForm,
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFInterForm_FixPageFields = function(interForm, page);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- page IntPtr
- Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32)function.
Remarks
This method method reload all widget annotations on a page. You may need this if you are changing the widget annotation through its dictionary.
See Also