Click or drag to resize

PdfImageObjectSetBitmap Method

Set the bitmap to an image object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool SetBitmap(
	PdfBitmap bitmap
)

Parameters

bitmap  PdfBitmap
The PdfBitmap which you want to set it to the image object.

Return Value

Boolean
TRUE if successful, FALSE otherwise.
See Also