IIndexBitmapConverterGet1BppImage Method |
Returns 1Bpp bitmap representation
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxBitmap Get1BppImage(
Bitmap src
)
Function Get1BppImage (
src As Bitmap
) As Bitmap
Bitmap^ Get1BppImage(
Bitmap^ src
)
abstract Get1BppImage :
src : Bitmap -> Bitmap
Parameters
- src
- Type: System.DrawingBitmap
Source bitmap.
Return Value
Type:
BitmapBitmap in 1 bpp image format.
See Also