 | PdfiumFFPDFBitmap_GetPalette Method |
Returns the color palette used for the bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int[] FFPDFBitmap_GetPalette(
IntPtr bitmap
)
Public Shared Function FFPDFBitmap_GetPalette (
bitmap As IntPtr
) As Integer()
public:
static array<int>^ FFPDFBitmap_GetPalette(
IntPtr bitmap
)
static member FFPDFBitmap_GetPalette :
bitmap : IntPtr -> int[]
public static int[] FFPDFBitmap_GetPalette(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FFPDFBitmap_GetPalette = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
Int32A copy of an array of the palette used by the
bitmap.
See Also