Click or drag to resize

PdfiumFPDFFunctionExp_GetExponent Method

Get the interpolation exponent of an exponential function.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

Single
The interpolation exponent.
Exceptions
ExceptionCondition
PdfiumExceptioncode= ERROR_INVALID_PARAMETER(87): the input paramenter is wrong.
PdfiumExceptioncode= INVALID_FUNCTION_TYPE(536871424): unsupported function type.
Remarks
See Also