IIndexBitmapConverterGet1BppImage Method
Returns 1Bpp bitmap representation

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

Parameters

src
Type: System.DrawingBitmap
Source bitmap.

Return Value

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