 | Pdfium.FPDFFunctionStitch_GetEncodeArray Method |
Get the Encode array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float[] FPDFFunctionStitch_GetEncodeArray(
IntPtr function
)
Public Shared Function FPDFFunctionStitch_GetEncodeArray (
function As IntPtr
) As Single()
public:
static array<float>^ FPDFFunctionStitch_GetEncodeArray(
IntPtr function
)
static member FPDFFunctionStitch_GetEncodeArray :
function : IntPtr -> float32[]
public static float[] FPDFFunctionStitch_GetEncodeArray(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionStitch_GetEncodeArray = function(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