Packages

 

com.aspose.imaging.fileformats.eps

Class EpsBinaryImage

    • 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.
      • getWmfPreview

        public WmfImage getWmfPreview()

        Gets the WMF preview.

        Returns:
        The WMF preview.
      • getTiffPreview

        public TiffImage getTiffPreview()

        Gets the TIFF preview.

        Returns:
        The TIFF preview.
      • to_EpsBinaryImage

        public static EpsBinaryImage to_EpsBinaryImage(EpsInterchangeImage basicImage)

        Performs an explicit conversion from EpsInterchangeImage to EpsBinaryImage

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

        public EpsInterchangeImage convertToInterchange()

        Converts this instance to EpsInterchangeImage

        Returns:
        Result as EpsInterchangeImage