Click or drag to resize

PdfiumFPDFShadingPattern_GetColorSpace Method

Get the color space in which color values are expressed.

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

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.

Return Value

IntPtr
Handle of the color space object.
Exceptions
ExceptionCondition
PdfiumExceptioncode= ERROR_INVALID_PARAMETER(87);
See Also