Click or drag to resize

PdfiumFPDFFormContent_Parse Method

Parse given content object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFFormContent_Parse(
	IntPtr contentObject
)

Parameters

contentObject  IntPtr
Handle to form object returned by {0} Overload

Return Value

Boolean
False if contentObject is IntPtr.Zero; true otherwise.
See Also