Click or drag to resize

PdfiumFPDFOBJ_IsModified Method

Return TRUE if object was modified

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Boolean
Always FALSE in Pdfium
See Also