 | PdfiumFFPDFBitmap_GetPaletteSize Method |
Returns the number of elements in color palette used for the bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FFPDFBitmap_GetPaletteSize(
IntPtr bitmap
)
Public Shared Function FFPDFBitmap_GetPaletteSize (
bitmap As IntPtr
) As Integer
public:
static int FFPDFBitmap_GetPaletteSize(
IntPtr bitmap
)
static member FFPDFBitmap_GetPaletteSize :
bitmap : IntPtr -> int
public static int FFPDFBitmap_GetPaletteSize(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FFPDFBitmap_GetPaletteSize = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
Int32The number of elements in color palette used for the
bitmap.
See Also