IndexBitmapConverter
Overview
IndexBitmapConverter is a class in Aspose.PDF FOSS for .NET.
Abstract base class for converting rendered images to indexed (1/4/8bpp) bitmaps.
This class provides 1 method for working with IndexBitmapConverter objects in .NET programs.
Available methods include: Convert.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Convert(rgba: byte[], width: int, height: int, depth: ColorDepth) | Convert an RGBA pixel buffer to an indexed bitmap. |