PltImage
Inheritance: java.lang.Object, Image
PLT image class.
Methods
| Method | Description |
|---|---|
| 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 . |
| getWidth() | Gets the image width. Value: The image width. |
| getHeight() | Gets the image height. Value: The image height. |
| getPages() | Gets pages |
| cacheData() | Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer ( DataStreamSupporter.getDataStreamContainer() ). |
| getStrings() | Gets all string values from image. |
isCached()
public 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 .
Returns: boolean
getWidth()
public int getWidth()
Gets the image width. Value: The image width.
Returns: int - The image width.
getHeight()
public int getHeight()
Gets the image height. Value: The image height.
Returns: int - The image height.
getPages()
public final List<com.aspose.foundation.rendering.ApsPage> getPages()
Gets pages
Returns: List<com.aspose.foundation.rendering.ApsPage>
cacheData()
public void cacheData()
Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer ( DataStreamSupporter.getDataStreamContainer() ).
getStrings()
public String[] getStrings()
Gets all string values from image.
Returns: String[] - The array with string values.