 | PdfiumFPDFFunctionSampled_GetNumOfSamlesArray Method |
Get an array of number of samples in the sample table.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int[] FPDFFunctionSampled_GetNumOfSamlesArray(
IntPtr function
)
Public Shared Function FPDFFunctionSampled_GetNumOfSamlesArray (
function As IntPtr
) As Integer()
public:
static array<int>^ FPDFFunctionSampled_GetNumOfSamlesArray(
IntPtr function
)
static member FPDFFunctionSampled_GetNumOfSamlesArray :
function : IntPtr -> int[]
public static int[] FPDFFunctionSampled_GetNumOfSamlesArray(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionSampled_GetNumOfSamlesArray = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
Int32An array of m numbers, 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