Click or drag to resize

PdfiumFPDFFunction_GetRangeArray Method

Get the range of a function.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFFunction_GetRangeArray(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Single
An array of 2 × n numbers, where n is the number of output values; or null if any error has occurred.
Remarks
See Also