Click or drag to resize

PdfiumFPDFOBJ_IsReference Method

Gets a value that indicates whether the PDF object is a indirect object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Boolean
True if the specified object is a indirect object; otherwise, false.
See Also