Packages

 

com.aspose.imaging.fileformats.eps

Class EpsImage

    • Method Detail

      • getFileFormat

        public long getFileFormat()

        Gets a value of file format

        Overrides:
        getFileFormat in class Image
      • getEpsType

        public abstract int getEpsType()

        Gets EPS subtype value

      • getPhotoshopThumbnail

        public JpegImage getPhotoshopThumbnail()

        Gets Photoshop preview thumbnail (if it's present in initial EPS data)

        Returns:
        Photoshop preview thumbnail
      • hasRasterPreview

        public abstract boolean hasRasterPreview()

        Gets a value indicating whether this instance has format-specific raster preview

        Returns:
        true if this instance has format-specific raster preview; otherwise, false.
      • getBitsPerPixel

        public int getBitsPerPixel()

        Gets the image bits per pixel count.

        Specified by:
        getBitsPerPixel in class Image
        Returns:
        The image bits per pixel count.
      • getPostScriptVersion

        public String getPostScriptVersion()

        Gets the PostScript version field

        Returns:
        The PostScript version field
      • getTitle

        public String getTitle()

        Gets the Title field

        Returns:
        The Title field
      • getCreator

        public String getCreator()

        Gets the Creator field

        Returns:
        The Creator field
      • getCreationDateString

        public String getCreationDateString()

        Gets he CreationDate field string value

        Returns:
        The CreationDate field string value
      • getCreationDate

        public Date getCreationDate()

        Gets the CreationDate field

        Returns:
        The CreationDate field
      • getBoundingBoxString

        public String getBoundingBoxString()

        Gets the BoundingBox string value

        Returns:
        The BoundingBox string value
      • getBoundingBoxBottomLeft

        public Point getBoundingBoxBottomLeft()

        Gets the bounding box bottom left position

        Returns:
        The bounding box bottom left position
      • getBoundingBoxTopRight

        public Point getBoundingBoxTopRight()

        Gets the bounding box top right position

        Returns:
        The bounding box top right position
      • getPagesCount

        public Integer getPagesCount()

        Gets the pages count

        Returns:
        The pages count
      • getPageNumber

        public Integer getPageNumber()

        Gets the page number

        Returns:
        The page number
      • saveData

        public void saveData(com.aspose.ms.System.IO.Stream stream)

        Saves the data.

        Parameters:
        stream - The stream to save data to.