 | PdfiumFPDFFormContent_Create(IntPtr, IntPtr, IntPtr) Method |
Creates content object from given stream.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFormContent_Create(
IntPtr doc,
IntPtr stream,
IntPtr pageRes
)
Public Shared Function FPDFFormContent_Create (
doc As IntPtr,
stream As IntPtr,
pageRes As IntPtr
) As IntPtr
public:
static IntPtr FPDFFormContent_Create(
IntPtr doc,
IntPtr stream,
IntPtr pageRes
)
static member FPDFFormContent_Create :
doc : IntPtr *
stream : IntPtr *
pageRes : IntPtr -> IntPtr
public static IntPtr FPDFFormContent_Create(
IntPtr doc,
IntPtr stream,
IntPtr pageRes
)
Patagames.Pdf.Pdfium.FPDFFormContent_Create = function(doc, stream, pageRes);
Parameters
- doc IntPtr
- Handle to the PDF document.
- stream IntPtr
- The input stream to parse.
- pageRes IntPtr
- Handle to the page's resource dictionary
Return Value
IntPtrHandle to form content object
See Also