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
ParameterTypeDescription
srcSystem::SharedPtr<System::Drawing::Bitmap>Source bitmap.

ReturnValue

Bitmap in 8 bpp image format.

See Also