Aspose::Pdf::IIndexBitmapConverter::Get8BppImage method
IIndexBitmapConverter::Get8BppImage method
Returns 8Bpp bitmap representation.
virtual System::SharedPtr<System::Drawing::Bitmap> Aspose::Pdf::IIndexBitmapConverter::Get8BppImage(System::SharedPtr<System::Drawing::Bitmap> src)=0
Parameter | Type | Description |
---|---|---|
src | System::SharedPtr<System::Drawing::Bitmap> | Source bitmap. |
ReturnValue
Bitmap in 8 bpp image format.
See Also
- Typedef SharedPtr
- Class Bitmap
- Class IIndexBitmapConverter
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++