Click or drag to resize

PdfiumFPDFFunctionSampled_GetNumOfSamlesArray Method

Get an array of number of samples in the sample table.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

Int32
An array of m numbers, where m is the number of input values; or null if any error has occurred.
Remarks
See Also