Packages

 

com.aspose.imaging.fileformats.eps

Class EpsInterchangeImage

    • Method Detail

      • getEpsType

        public int getEpsType()

        Gets EPS subtype value

        Specified by:
        getEpsType in class EpsImage
      • hasRasterPreview

        public boolean hasRasterPreview()

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

        Specified by:
        hasRasterPreview in class EpsImage
        Returns:
        true if this instance has format-specific raster preview; otherwise, false.
      • getRasterPreview

        public RasterImage getRasterPreview()

        Gets b/w raster preview (if present) or null

        Returns:
        B/W raster preview
      • getPreviewWidth

        public int getPreviewWidth()

        Gets the width of the preview image

        Returns:
        The width of the preview image
      • getPreviewHeight

        public int getPreviewHeight()

        Gets the height of the preview image

        Returns:
        The height of the preview image
      • to_EpsInterchangeImage

        public static EpsInterchangeImage to_EpsInterchangeImage(EpsBinaryImage basicImage)

        Performs an explicit conversion from EpsBinaryImage to EpsInterchangeImage

        Parameters:
        basicImage - The basic image
        Returns:
        The result of the conversion
      • convertToBinary

        public EpsBinaryImage convertToBinary()

        Converts this instance to EpsBinaryImage

        Returns:
        Result as EpsBinaryImage