 | PdfiumFPDFInterForm_GetDocument Method |
Get PDF document.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFInterForm_GetDocument(
IntPtr interForm
)
Public Shared Function FPDFInterForm_GetDocument (
interForm As IntPtr
) As IntPtr
public:
static IntPtr FPDFInterForm_GetDocument(
IntPtr interForm
)
static member FPDFInterForm_GetDocument :
interForm : IntPtr -> IntPtr
public static IntPtr FPDFInterForm_GetDocument(
IntPtr interForm
)
Patagames.Pdf.Pdfium.FPDFInterForm_GetDocument = function(interForm);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
Return Value
IntPtrHandle to the PDF document.
See Also