Click or drag to resize

PdfiumFPDFFormContent_IsParsed Method

Check whether the content object is parsed or not.

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

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)

Return Value

Boolean
True if content parsed, false otherwise
See Also