public class EpsBinaryImage extends EpsImage
Class for Encapsulated PostScript format with binary header
EpsImage| Modifier and Type | Method and Description |
|---|---|
EpsInterchangeImage |
convertToInterchange()
Converts this instance to
EpsInterchangeImage |
int |
getEpsType()
Gets EPS subtype value
|
TiffImage |
getTiffPreview()
Gets the TIFF preview.
|
WmfImage |
getWmfPreview()
Gets the WMF preview.
|
boolean |
hasRasterPreview()
Gets a value indicating whether this instance has format-specific raster preview
|
static EpsBinaryImage |
to_EpsBinaryImage(EpsInterchangeImage basicImage)
Performs an explicit conversion from
EpsInterchangeImage to EpsBinaryImage |
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 WmfImage getWmfPreview()
Gets the WMF preview.
public TiffImage getTiffPreview()
Gets the TIFF preview.
public static EpsBinaryImage to_EpsBinaryImage(EpsInterchangeImage basicImage)
Performs an explicit conversion from EpsInterchangeImage to EpsBinaryImage
basicImage - The basic imagepublic EpsInterchangeImage convertToInterchange()
Converts this instance to EpsInterchangeImage
EpsInterchangeImageCopyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.