public interface IUIImageInstance
IUIImage.| Modifier and Type | Method and Description |
|---|---|
Dimension |
getDimension()
The size of the image, in pixels.
|
InputStream |
getImage()
Return an input stream that contains the byte data for the current image.
|
int |
getImageSize()
The size of the image, in bytes, if known; -1 if unknown.
|
String |
getMimeType()
Return the mime type of the current image, which must be one of the core image mime
types for png, jpg or gif.
|
@Nonnull InputStream getImage() throws Exception
IUnbufferedPartFactory).Exceptionint getImageSize()
@Nonnull Dimension getDimension() throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.