Class EmfPlusImage
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusImage object specifies a graphics image in the form of a bitmap or metafile.
public sealed class EmfPlusImage : EmfPlusGraphicsObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusGraphicsObjectType ← EmfPlusImage
Inherited Members
EmfPlusGraphicsObjectType.Version, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusImage()
public EmfPlusImage()
Properties
ImageData
Gets or sets the Image data Variable-length data that defines the image data specified in the Type field. The content and format of the data can be different for every image type.
public EmfPlusBaseImageData ImageData { get; set; }
Property Value
Type
Gets or sets image type A 32-bit unsigned integer that specifies the type of data in the ImageData field. This value MUST be defined in the ImageDataType enumeration (section 2.1.1.15).
public EmfPlusImageDataType Type { get; set; }