 | PdfiumFPDFFunction_GetCountInput Method |
Get the number of input values of a function.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFunction_GetCountInput(
IntPtr function
)
Public Shared Function FPDFFunction_GetCountInput (
function As IntPtr
) As Integer
public:
static int FPDFFunction_GetCountInput(
IntPtr function
)
static member FPDFFunction_GetCountInput :
function : IntPtr -> int
public static int FPDFFunction_GetCountInput(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunction_GetCountInput = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
Int32The number of input values or -1 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_CreateExp(Int32, Int32, Single, Single, Single, Single, Single),
FPDFFunction_CreateStitch(IntPtr, Int32, IntPtr, Single, Single, Single, Single),
FPDFFunction_CreatePS(Int32, Int32, Single, Single, Byte),
FPDFFunction_OpenHandle(IntPtr) and
FPDFFunctionStitch_GetFunctionAt(IntPtr, Int32)
See Also