Class EmfPlusBitmapData
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The EmfPlusBitmapData object specifies a bitmap image with pixel data.
public sealed class EmfPlusBitmapData : EmfPlusBaseBitmapData
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusBaseBitmapData ← EmfPlusBitmapData
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusBitmapData()
public EmfPlusBitmapData()
Properties
Colors
Gets or sets the palette colors Colors (variable): An optional Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.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 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusBitmap object.
public EmfPlusPalette Colors { get; set; }
Property Value
PixelData
Gets 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 Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts.EmfPlusPixelFormat enumeration (section 2.1.1.25).
public byte[] PixelData { get; set; }
Property Value
byte []