Click or drag to resize

PdfiumFPDFOBJ_GetType Method

Get type of an PDF object

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

IndirectObjectTypes
One of the ObjectTypes enumerator.
See Also