 | PdfiumFORM_GetChangeMark Method |
Get a flag indicating whether the document has been modified.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FORM_GetChangeMark(
IntPtr form_handle
)
Public Shared Function FORM_GetChangeMark (
form_handle As IntPtr
) As Boolean
public:
static bool FORM_GetChangeMark(
IntPtr form_handle
)
static member FORM_GetChangeMark :
form_handle : IntPtr -> bool
public static boolean FORM_GetChangeMark(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_GetChangeMark = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
Return Value
BooleanTrue if the document has been modified; otherwise false.
See Also