Click or drag to resize

PdfiumFPDFFormContent_Create(IntPtr, IntPtr, IntPtr, IntPtr) Method

Creates content object from given stream.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFFormContent_Create(
	IntPtr doc,
	IntPtr stream,
	IntPtr pageRes,
	IntPtr parentRes
)

Parameters

doc  IntPtr
Handle to the PDF document.
stream  IntPtr
The input stream to parse.
pageRes  IntPtr
Handle to the page's resource dictionary
parentRes  IntPtr
Handle to the parent's resource dictionary

Return Value

IntPtr
Handle to form content object
Remarks
The order of searching resourses is stream dictionary, pageRes, parentRes
See Also