Click or drag to resize

PdfiumFPDFColorSpace_GetStockCS Method

Get a stock color space object that represents the specified color space.

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

Parameters

colorSpace  ColorTypes
The color space to be returned.

Return Value

IntPtr
A color space object that represents the specified color space; IntPtr.Zero if an unsupported color space is specified.
Remarks
Only the following colorSpace are supported: DeviceGray, DeviceRGB, DeviceCMYK and Pattern.
See Also