Click or drag to resize

Pdfium.FPDFFunctionStitch_GetEncodeArray Method

Get the Encode array.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

Single[]
An array of 2 × k numbers, where k is the number of functions; or null if any error has occurred.
Remarks
See Also