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

ReturnValue

Bitmap in 4 bpp image format.

See Also