 | PdfiumFORM_SetChangeMark Method |
Set a flag indicating whether the document has been modified.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_SetChangeMark(
IntPtr form_handle
)
Public Shared Sub FORM_SetChangeMark (
form_handle As IntPtr
)
public:
static void FORM_SetChangeMark(
IntPtr form_handle
)
static member FORM_SetChangeMark :
form_handle : IntPtr -> unit
public static void FORM_SetChangeMark(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_SetChangeMark = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
See Also