Click or drag to resize

PdfiumFPDFFunction_GetCountOutput Method

Get the number of output values of a function.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFunction_GetCountOutput(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Int32
The number of output values or -1 if any error has occurred.
Remarks
See Also