Click or drag to resize

PdfiumFFPDFBitmap_HasAlpha Method

Returns a flag indicating whether the bitmap contains an alpha channel.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Boolean
A boolean value indicating whether the bitmap contains an alpha channel (true) or not (false).
See Also