Click or drag to resize

PdfiumFPDFFunction_GetType Method

The function type.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

FunctionTypes
The function type or Unknown if any error has occurred.
Remarks
See Also