Aspose::Pdf::IIndexBitmapConverter class
IIndexBitmapConverter class
This interface declared for customization algorithms of quantization. Users can implement their own realization of this algorithms (for example algorithms based on unmanaged code).
class IIndexBitmapConverter : public virtual System::Object
Methods
Method | Description |
---|---|
virtual Get1BppImage(System::SharedPtr<System::Drawing::Bitmap>) | Returns 1Bpp bitmap representation. |
virtual Get4BppImage(System::SharedPtr<System::Drawing::Bitmap>) | Returns 4Bpp bitmap representation. |
virtual Get8BppImage(System::SharedPtr<System::Drawing::Bitmap>) | Returns 8Bpp bitmap representation. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++