Click or drag to resize

PdfiumFPDFColorSpace_GetFunction Method

Get the tint function

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFColorSpace_GetFunction(
	IntPtr colorSpace
)

Parameters

colorSpace  IntPtr
Handle to the color space object.

Return Value

IntPtr
Handle to function object; IntPtr.Zero if any error uccured.
See Also