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