Click or drag to resize

PdfiumFPDFShadingPattern_SetColorSpace Method

Set 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 bool FPDFShadingPattern_SetColorSpace(
	IntPtr shadding_pattern,
	IntPtr hColorSpace
)

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.
hColorSpace  IntPtr
Handle to the color space object.

Return Value

Boolean
If the function succeeds, the return value is a handle to the color space object.
Remarks
You can specify any color space except CsPattern
See Also