Package | Description |
---|---|
com.aspose.imaging.fileformats.metafile |
The package contains classes for old engine of Windows Metafile file format integration.
|
Modifier and Type | Method and Description |
---|---|
EmfMetafileImage |
EmfRecorderGraphics2D.endRecording()
Finishes recording and returns created metafile
Note: after calling this function no other methods of recorder graphics including another call of endRecording() are allowed.
|
static EmfMetafileImage |
EmfMetafileImage.wrap(BufferedImage image)
Creates a new EmfMetafileImage containing specified raster image.
|
static EmfMetafileImage |
EmfMetafileImage.wrap(byte[] imageData)
Creates a new EmfMetafileImage containing specified raster image.
|
Modifier and Type | Method and Description |
---|---|
List<EmfMetafileImage> |
WmfMetafileImage.getEmbeddedMetafiles()
Returns EMF images embedded into the WMF file.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.