 | PdfImageObjectGetBitmap Method |
Get the copy of bitmap from an image object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfBitmap GetBitmap()
Public Function GetBitmap As PdfBitmap
public:
PdfBitmap^ GetBitmap()
member GetBitmap : unit -> PdfBitmap
public PdfBitmap GetBitmap()
Return Value
PdfBitmapPdfBitmap object.
RemarksYou should always call the Dispose method to release the PdfBitmap and related resources created by the GetBitmap method.
See Also