IIndexBitmapConverterGet4BppImage Method
Returns 4Bpp bitmap representation

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
Bitmap Get4BppImage(
	Bitmap src
)

Parameters

src
Type: System.DrawingBitmap
Source bitmap.

Return Value

Type: Bitmap
Bitmap in 4 bpp image format.
See Also