M_PDFiumSharp_PDFium_FPDFImageObj_SetBitmap_1 - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDFImageObj_SetBitmap Method (FPDF_PAGE[], FPDF_PAGEOBJECT, FPDF_BITMAP)

Set bitmap to image_object.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static bool FPDFImageObj_SetBitmap(
	FPDF_PAGE[] loadedPages,
	FPDF_PAGEOBJECT image_object,
	FPDF_BITMAP bitmap
)

Parameters

 

loadedPages
Type: PDFiumSharp.Types.FPDF_PAGE[]
All loaded pages, may be null.
image_object
Type: PDFiumSharp.Types.FPDF_PAGEOBJECT
Handle to an image object.
bitmap
Type: PDFiumSharp.Types.FPDF_BITMAP
Handle of the bitmap.

Return Value

Type: Boolean
true on success.

See Also

Reference

PDFium Class
FPDFImageObj_SetBitmap Overload
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️