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