Aspose::Pdf::IIndexBitmapConverter::Get1BppImage method

IIndexBitmapConverter::Get1BppImage method

Returns 1Bpp bitmap representation.

virtual System::SharedPtr<System::Drawing::Bitmap> Aspose::Pdf::IIndexBitmapConverter::Get1BppImage(System::SharedPtr<System::Drawing::Bitmap> src)=0
ParameterTypeDescription
srcSystem::SharedPtr<System::Drawing::Bitmap>Source bitmap.

ReturnValue

Bitmap in 1 bpp image format.

See Also