Click or drag to resize

PdfiumFPDFOBJ_GetNumber Method

Returns a floating-point representation of the specified object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Single
A floating-point representation of the specified object.
See Also