Click or drag to resize

PdfiumFFPDFBitmap_IsCmykImage Method

Returns a flag indicating whether the bitmap is a CMYK image or not.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FFPDFBitmap_IsCmykImage(
	IntPtr bitmap
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Boolean
A boolean value indicating whether the bitmap is a CMYK image(true) or not(false).
See Also