![]() | PdfiumFFPDFBitmap_ |
Note: This API is now obsolete.
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry instead.", false)] public static void FFPDFBitmap_SetPaletteArgb( IntPtr bitmap, int index, int color )
<ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry instead.", false)> Public Shared Sub FFPDFBitmap_SetPaletteArgb ( bitmap As IntPtr, index As Integer, color As Integer )
public: [ObsoleteAttribute(L"This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry instead.", false)] static void FFPDFBitmap_SetPaletteArgb( IntPtr bitmap, int index, int color )
[<ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry instead.", false)>] static member FFPDFBitmap_SetPaletteArgb : bitmap : IntPtr * index : int * color : int -> unit
/** @attribute ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry instead.", false) */ public static void FFPDFBitmap_SetPaletteArgb( IntPtr bitmap, int index, int color )
Patagames.Pdf.Pdfium.FFPDFBitmap_SetPaletteArgb = function(bitmap, index, color);