public class EpsInterchangeImage extends EpsImage
Class for Encapsulated PostScript Interchange format
EpsImage| Modifier and Type | Method and Description |
|---|---|
EpsBinaryImage |
convertToBinary()
Converts this instance to
EpsBinaryImage |
int |
getEpsType()
Gets EPS subtype value
|
int |
getPreviewHeight()
Gets the height of the preview image
|
int |
getPreviewWidth()
Gets the width of the preview image
|
RasterImage |
getRasterPreview()
Gets b/w raster preview (if present) or null
|
boolean |
hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
|
static EpsInterchangeImage |
to_EpsInterchangeImage(EpsBinaryImage basicImage)
Performs an explicit conversion from
EpsBinaryImage to EpsInterchangeImage |
cacheData, getBitsPerPixel, getBoundingBoxBottomLeft, getBoundingBoxString, getBoundingBoxTopRight, getCreationDate, getCreationDateString, getCreator, getDefaultOptions, getFileFormat, getHeight, getPageNumber, getPagesCount, getPhotoshopThumbnail, getPostScriptVersion, getPreviewImages, getPreviewToExport, getSize, getTitle, getWidth, isCached, resize, resize, rotateFlip, saveData, setPalette, setPreviewToExportgetEmbeddedImages, getHeightF, getSizeF, getWidthFcanLoad, canLoad, canLoad, canLoad, canSave, create, create, create, getBackgroundColor, getBounds, getBufferSizeHint, getContainer, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getOriginalOptions, getPalette, getProgressEventHandler, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, hasBackgroundColor, isAutoAdjustPalette, isUsePalette, load, load, load, load, load, load, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, save, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setInterruptMonitor, setPalettegetDataStreamContainer, save, save, saveclose, dispose, getDisposedpublic int getEpsType()
Gets EPS subtype value
getEpsType in class EpsImagepublic boolean hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
hasRasterPreview in class EpsImagetrue if this instance has format-specific raster preview; otherwise, false.public RasterImage getRasterPreview()
Gets b/w raster preview (if present) or null
public int getPreviewWidth()
Gets the width of the preview image
public int getPreviewHeight()
Gets the height of the preview image
public static EpsInterchangeImage to_EpsInterchangeImage(EpsBinaryImage basicImage)
Performs an explicit conversion from EpsBinaryImage to EpsInterchangeImage
basicImage - The basic imagepublic EpsBinaryImage convertToBinary()
Converts this instance to EpsBinaryImage
EpsBinaryImageCopyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.