Click or drag to resize

PdfiumFORM_GetChangeMark Method

Get a flag indicating whether the document has been modified.

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

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.

Return Value

Boolean
True if the document has been modified; otherwise false.
See Also