Accusoft.PdfXpress6.Net
GetBitmap Method




The image data.
Syntax
'Declaration
 
Public Function GetBitmap() As Bitmap
'Usage
 
Dim instance As PdfImage
Dim value As Bitmap
 
value = instance.GetBitmap()
public Bitmap GetBitmap()
public: Bitmap* GetBitmap(); 
public:
Bitmap^ GetBitmap(); 

Return Value

A bitmap object representing the image.
Remarks
The bitmap returned must be disposed of once done using it to immediately release unmanaged resources instead of waiting for non-deterministic finalization to occur.
See Also

Reference

PdfImage Class
PdfImage Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback