Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
Modifier and Type | Class and Description |
---|---|
class |
EmfPlusBitmap
The EmfPlusBitmap object specifies a bitmap that contains a graphics image.
|
class |
EmfPlusMetafile
The EmfPlusMetafileData object specifies a metafile that contains a graphics image
|
Modifier and Type | Method and Description |
---|---|
EmfPlusBaseImageData |
EmfPlusImage.getImageData()
Gets or sets the Image data
Variable-length data that defines the image data specified
in the Type field.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusImage.setImageData(EmfPlusBaseImageData value)
Gets or sets the Image data
Variable-length data that defines the image data specified
in the Type field.
|