com.aspose.slides
Class PPImageEx

java.lang.Object
  extended by com.aspose.slides.PPImageEx

public class PPImageEx
extends java.lang.Object

Represents an image in a presentation.


Method Summary
 byte[] getBinaryData()
          Returns the copy of an image's data as byte array.
 java.awt.image.RenderedImage getImage()
          Returns the copy of an image.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBinaryData

public byte[] getBinaryData()
Returns the copy of an image's data as byte array.


getImage

public java.awt.image.RenderedImage getImage()
Returns the copy of an image.