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