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
Parameter | Type | Description |
---|---|---|
src | System::SharedPtr<System::Drawing::Bitmap> | Source bitmap. |
ReturnValue
Bitmap in 1 bpp image format.
See Also
- Typedef SharedPtr
- Class Bitmap
- Class IIndexBitmapConverter
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++