EmfPlusImage Class
Contents
[
Hide
]Summary: The EmfPlusImage object specifies a graphics image in the form of a bitmap or metafile.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusImage
Inheritance: EmfPlusGraphicsObjectType
Constructors
Name | Description |
---|---|
EmfPlusImage() | Initializes a new instance of the EmfPlusImage class |
Properties
Name | Type | Access | Description |
---|---|---|---|
image_data | EmfPlusBaseImageData | r/w | 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. |
type | EmfPlusImageDataType | r/w | 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). |
version | EmfPlusGraphicsVersion | r/w | Gets or sets the version. |
Constructor: EmfPlusImage()
EmfPlusImage()
Initializes a new instance of the EmfPlusImage class