Click or drag to resize

PdfiumFPDFOBJ_GetInteger Method

Returns an integer representation of the specified object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Int32
An integer representation of the specified object.
See Also