 | PdfiumFPDFFunctionSampled_GetSamplesTable Method |
Get a sequence of sample values.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static byte[] FPDFFunctionSampled_GetSamplesTable(
IntPtr function
)
Public Shared Function FPDFFunctionSampled_GetSamplesTable (
function As IntPtr
) As Byte()
public:
static array<unsigned char>^ FPDFFunctionSampled_GetSamplesTable(
IntPtr function
)
static member FPDFFunctionSampled_GetSamplesTable :
function : IntPtr -> byte[]
public static byte[] FPDFFunctionSampled_GetSamplesTable(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionSampled_GetSamplesTable = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
ByteAn 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.
RemarksThe
function is a handle returned by these methods:
FPDFFunction_CreateSampled(Int32, Int32, Single, Single, Int32, Int32, Byte, Single, Single, Int32),
FPDFFunction_OpenHandle(IntPtr) and
FPDFFunctionStitch_GetFunctionAt(IntPtr, Int32).
See Also