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, getDisposedpublic 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.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.