Class BitmapInfo
BitmapInfo class
Object containing array of pixels and bitmap information.
public class BitmapInfo
Constructors
| Name | Description |
|---|---|
| BitmapInfo(byte[], int, int, PixelFormat) | Creates a new instance of the class. |
Properties
| Name | Description |
|---|---|
| Format { get; } | Gets the pixel format of the bitmap. |
| Height { get; } | Gets the height of the bitmap. |
| PixelBytes { get; } | Gets the array of pixels. |
| Width { get; } | Gets the width of the bitmap. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF