EmbeddedImage

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject

public class EmbeddedImage extends DisposableObject

The embedded image class

Constructors

ConstructorDescription
EmbeddedImage(System.IO.Stream stream, boolean disposeStream)Initializes a new instance of the EmbeddedImage class.

Methods

MethodDescription
getImage()Gets the image.

EmbeddedImage(System.IO.Stream stream, boolean disposeStream)

public EmbeddedImage(System.IO.Stream stream, boolean disposeStream)

Initializes a new instance of the EmbeddedImage class.

Parameters:

ParameterTypeDescription
streamcom.aspose.ms.System.IO.StreamThe stream.
disposeStreambooleanif set to true [dispose stream].

getImage()

public final Image getImage()

Gets the image.

Value: The image.

Returns: Image - the image.