Click or drag to resize

PdfiumFPDFColorSpace_EnableStdConversion Method

Get a document associated with this color space.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFColorSpace_EnableStdConversion(
	IntPtr colorSpace,
	bool bEnabled
)

Parameters

colorSpace  IntPtr
Handle to the color space object. Returned by FPDFColorSpace_GetStockCS(ColorTypes), FPDFColorSpace_ColorspaceFromName(String), FPDFColorSpace_GetBaseCS(IntPtr) or FPDFColorSpace_Load(IntPtr, IntPtr, IntPtr) function.
bEnabled  Boolean
True to use standard conversion CMYK-RGB; false - Adobe conversion CMYK-RGB.
See Also