 | PdfiumFFPDFBitmap_GetBPP Method |
Returns the color depth, in number of bits per pixel, of the specified bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FFPDFBitmap_GetBPP(
IntPtr bitmap
)
Public Shared Function FFPDFBitmap_GetBPP (
bitmap As IntPtr
) As Integer
public:
static int FFPDFBitmap_GetBPP(
IntPtr bitmap
)
static member FFPDFBitmap_GetBPP :
bitmap : IntPtr -> int
public static int FFPDFBitmap_GetBPP(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FFPDFBitmap_GetBPP = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
Int32The color depth of the specified
bitmap.
See Also