Click or drag to resize

PdfImageObjectGetBitmap Method

Get the copy of bitmap from an image object.

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

Return Value

PdfBitmap
PdfBitmap object.
Remarks
You should always call the Dispose method to release the PdfBitmap and related resources created by the GetBitmap method.
See Also