public class PostScriptImage extends Image
PostScript image class.
| Modifier and Type | Method and Description |
|---|---|
void |
cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying
DataStreamSupporter.DataStreamContainer(DataStreamSupporter#getDataStreamContainer). |
int |
getHeight()
Gets the image height in points (72 points per inch).
|
PointF |
getMaxPoint()
Gets the maximum point coordinate of drawing elements of all pages in points (72 points per inch).
|
PointF |
getMinPoint()
Gets the minimum point coordinate of drawing elements of all pages in points (72 points per inch).
|
com.aspose.foundation.rendering.ApsPage[] |
getPages()
Gets the image pages.
|
String[] |
getStrings()
Gets all string values from image.
|
float |
getUnitTranslationCoefficient(UnitType newUnitType)
Gets unit type convert coefficient
|
int |
getWidth()
Gets the image width in points (72 points per inch).
|
boolean |
isCached()
Gets a value indicating whether object's data is cached currently and no data reading is required.
|
canLoad, canLoad, canLoad, canLoad, canSave, getAnnotationService, getBounds, getContainer, getCustomProperties, getDepth, getFileFormat, getFileFormat, getPalette, getSize, getUnitlessDefaultUnitType, getUnitType, getWatermarkGuardService, load, load, load, load, load, save, save, save, setPalettegetDataStreamContainer, save, save, save, saveclose, dispose, getDisposedpublic boolean isCached()
Gets a value indicating whether object's data is cached currently and no data reading is required.
Value:true if object's data is cached; otherwise, false.isCached in class DataStreamSupporterpublic int getWidth()
Gets the image width in points (72 points per inch).
Value: The image width in points (72 points per inch).getWidth in interface IObjectWithBoundsgetWidth in class Imagepublic int getHeight()
Gets the image height in points (72 points per inch).
Value: The image height in points (72 points per inch).getHeight in interface IObjectWithBoundsgetHeight in class Imagepublic final com.aspose.foundation.rendering.ApsPage[] getPages()
Gets the image pages.
public final PointF getMinPoint()
Gets the minimum point coordinate of drawing elements of all pages in points (72 points per inch).
public final PointF getMaxPoint()
Gets the maximum point coordinate of drawing elements of all pages in points (72 points per inch).
public final float getUnitTranslationCoefficient(UnitType newUnitType)
Gets unit type convert coefficient
newUnitType - new unit typepublic void cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer(DataStreamSupporter#getDataStreamContainer).
cacheData in class DataStreamSupporterpublic String[] getStrings()
Gets all string values from image.
getStrings in class ImageCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.