M_PDFiumSharp_PDFium_FPDFImageObj_SetBitmap_1 - ArgusMagnus/PDFiumSharp GitHub Wiki
Set bitmap to image_object.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool FPDFImageObj_SetBitmap(
FPDF_PAGE[] loadedPages,
FPDF_PAGEOBJECT image_object,
FPDF_BITMAP bitmap
)
- loadedPages
- Type: PDFiumSharp.Types.FPDF_PAGE[]
All loaded pages, may benull
. - image_object
- Type: PDFiumSharp.Types.FPDF_PAGEOBJECT
Handle to an image object. - bitmap
- Type: PDFiumSharp.Types.FPDF_BITMAP
Handle of the bitmap.
Type: Booleantrue
on success.
PDFium Class
FPDFImageObj_SetBitmap Overload
PDFiumSharp Namespace