public class EmbeddedImage extends DisposableObject
The embedded image class
Constructor and Description |
---|
EmbeddedImage(com.aspose.ms.System.IO.Stream stream,
boolean disposeStream)
Initializes a new instance of the
EmbeddedImage class. |
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
Gets the image.
|
close, dispose, getDisposed
public EmbeddedImage(com.aspose.ms.System.IO.Stream stream, boolean disposeStream)
Initializes a new instance of the EmbeddedImage
class.
stream
- The stream.disposeStream
- if set to true
[dispose stream].public final Image getImage()
Gets the image.
Value: The image.