Interface IImageInfo
- All Known Implementing Classes:
SimpleImageInfo
public interface IImageInfo
The IImageInfo is used to get metadatas from any provided image
-
Method Summary
Modifier and TypeMethodDescriptionintfr.opensagres.xdocreport.core.document.ImageFormatintgetWidth()
-
Method Details
-
getHeight
int getHeight() -
getWidth
int getWidth() -
getMimeType
fr.opensagres.xdocreport.core.document.ImageFormat getMimeType()
-