Aspose::Pdf::BitmapInfo class

BitmapInfo class

Object containing array of pixels and bitmap information.

class BitmapInfo : public System::Object

Methods

MethodDescription
BitmapInfo(System::ArrayPtr<uint8_t>, int32_t, int32_t, BitmapInfo::PixelFormat)Creates a new instance of the
BitmapInfo

class. | | get_Format() const | Gets the pixel format of the bitmap. | | get_Height() const | Gets the height of the bitmap. | | get_PixelBytes() const | Gets the array of pixels. | | get_Width() const | Gets the width of the bitmap. |

See Also