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 Type
    Method
    Description
    int
     
    fr.opensagres.xdocreport.core.document.ImageFormat
     
    int
     
  • Method Details

    • getHeight

      int getHeight()
    • getWidth

      int getWidth()
    • getMimeType

      fr.opensagres.xdocreport.core.document.ImageFormat getMimeType()