EmfPlusBitmapData Class

Summary: The EmfPlusBitmapData object specifies a bitmap image with pixel data.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusBitmapData

Inheritance: EmfPlusBaseBitmapData

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusBitmapData()Initializes a new instance of the EmfPlusBitmapData class

Properties

NameTypeAccessDescription
colorsEmfPlusPaletter/wGets or sets the palette colors
Colors (variable): An optional EmfPlusPalette object (section 2.2.2.28), which specifies the palette
of colors used in the pixel data. This field MUST be present if the I flag is set in the PixelFormat field of the
EmfPlusBitmap object.
pixel_databyter/wGets or sets pixel data
PixelData (variable): An array of bytes that specify the pixel data. The size and format of this data can be
computed from fields in the EmfPlusBitmap object, including the pixel format from the
EmfPlusPixelFormat enumeration (section 2.1.1.25).

Constructor: EmfPlusBitmapData()

 EmfPlusBitmapData() 

Initializes a new instance of the EmfPlusBitmapData class