Click or drag to resize

PdfiumFFPDFBitmap_GetPaletteArgb Method

Note: This API is now obsolete.

Returns the color in the color palette for a certain position.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_GetPaletteEntry instead.", 
	false)]
public static int FFPDFBitmap_GetPaletteArgb(
	IntPtr bitmap,
	int index
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
index  Int32
An index of the color in the color palette.

Return Value

Int32
The color in 8888 ARGB format.
Remarks
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_GetPaletteEntry(IntPtr, Int32) instead."
See Also