 | PdfiumFFPDFBitmap_IsCmykImage Method |
Returns a flag indicating whether the bitmap is a CMYK image or not.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FFPDFBitmap_IsCmykImage(
IntPtr bitmap
)
Public Shared Function FFPDFBitmap_IsCmykImage (
bitmap As IntPtr
) As Boolean
public:
static bool FFPDFBitmap_IsCmykImage(
IntPtr bitmap
)
static member FFPDFBitmap_IsCmykImage :
bitmap : IntPtr -> bool
public static boolean FFPDFBitmap_IsCmykImage(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FFPDFBitmap_IsCmykImage = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
BooleanA boolean value indicating whether the
bitmap is a CMYK image(true) or not(false).
See Also