IgesImage

Inheritance: java.lang.Object, Image

IGES Image class

Methods

MethodDescription
getDrawables()Gets geometric representation of the document
getHeight()Gets Image height
getWidth()Gets Image width
isCached()Gets a value indicating whether object’s data is cached currently and no data readig is required.
cacheData()Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer .
getStrings()Gets all string values from image.

getDrawables()

public IDrawable[][] getDrawables()

Gets geometric representation of the document

Returns: IDrawable[][] - First order array is document’s pages, second is geometry for page

getHeight()

public int getHeight()

Gets Image height

Returns: int - Image height

getWidth()

public int getWidth()

Gets Image width

Returns: int - Image width

isCached()

public boolean isCached()

Gets a value indicating whether object’s data is cached currently and no data readig is required.

Returns: boolean - true if object’s data is cached; otherwise, false .

cacheData()

public void cacheData()

Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer .

Throws:

  • com.aspose.ms.System.NotImplementedException - com.aspose.ms.System.NotImplementedException

getStrings()

public String[] getStrings()

Gets all string values from image.

Returns: String[] - The array with string values.