 | PdfiumFPDFFunctionStitch_GetFunctionsCount Method |
Get the number of functions.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFunctionStitch_GetFunctionsCount(
IntPtr function
)
Public Shared Function FPDFFunctionStitch_GetFunctionsCount (
function As IntPtr
) As Integer
public:
static int FPDFFunctionStitch_GetFunctionsCount(
IntPtr function
)
static member FPDFFunctionStitch_GetFunctionsCount :
function : IntPtr -> int
public static int FPDFFunctionStitch_GetFunctionsCount(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionStitch_GetFunctionsCount = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
Int32Number of functionsl; or -1 if any error has occurred.
Remarks
See Also