Click or drag to resize

PdfiumFPDFFunctionSampled_GetSamplesTable Method

Get a sequence of sample values.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

Byte
An array of sample values which are organized as an m-dimensional table, where m is the number of input values; or null if any error has occurred.
Remarks
See Also