BitmapInfo

Overview

BitmapInfo is a class in Aspose.PDF FOSS for .NET.

This class provides 2 methods for working with BitmapInfo objects in .NET programs. Available methods include: BitmapInfo. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Format, Height, PixelBytes, Width.

Properties

NameTypeAccessDescription
WidthintReadGets the width.
HeightintReadGets the height.
PixelBytesbyte[]ReadGets the pixel bytes.
FormatPixelFormatReadGets the format.

Methods

SignatureDescription
BitmapInfo()Calls BitmapInfo on this BitmapInfo instance.
BitmapInfo(pixelBytes: byte[], width: int, height: int, format: PixelFormat)

See Also