Click or drag to resize

PdfiumFPDFColorSpace_ColorspaceFromName 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_ColorspaceFromName(
	string colorSpace
)

Parameters

colorSpace  String
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: "DeviceRGB", "RGB", "DeviceGray", "G", "DeviceCMYK", "CMYK" and "Pattern".
See Also