Click or drag to resize

PdfiumFFPDFBitmap_IsAlphaMask Method

Returns a flag indicating whether the bitmap is a transparency mask.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Boolean
A boolean value indicating whether this bitmap is a transparency mask (true) or not (false).
See Also