ImageGear .NET v25.0 - Updated
ToBitmap Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : ToBitmap Method
Returns the image data as a bitmap image.
Syntax
'Declaration
 
Public Function ToBitmap() As ImGearPage
'Usage
 
Dim instance As ImGearPDEImage
Dim value As ImGearPage
 
value = instance.ToBitmap()
public ImGearPage ToBitmap()
public: ImGearPage* ToBitmap(); 
public:
ImGearPage^ ToBitmap(); 

Return Value

The image data as a bitmap image.
Remarks
The returned image only contains pixel data. Other information such as color space information and compression is not stored. Use the ImGearPDEImage methods to retrieve this information.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members