public class OdImageObject extends OdGraphicObject
The open document image
| Constructor and Description |
|---|
OdImageObject(OdObject parent)
Initializes a new instance of the
OdImageObject class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBitmap()
Gets or sets the bitmap.
|
String |
getImageLink()
Gets or sets the image link.
|
RectangleF |
getRectangle()
Gets or sets the rectangle.
|
void |
setBitmap(byte[] value)
Gets or sets the bitmap.
|
void |
setImageLink(String value)
Gets or sets the image link.
|
void |
setRectangle(RectangleF value)
Gets or sets the rectangle.
|
getAbsoluteCoordinates, setAbsoluteCoordinatespublic OdImageObject(OdObject parent)
Initializes a new instance of the OdImageObject class.
parent - The parent.public RectangleF getRectangle()
Gets or sets the rectangle.
public void setRectangle(RectangleF value)
Gets or sets the rectangle.
value - The rectangle.public String getImageLink()
Gets or sets the image link.
public void setImageLink(String value)
Gets or sets the image link.
value - The image link.public byte[] getBitmap()
Gets or sets the bitmap.
public void setBitmap(byte[] value)
Gets or sets the bitmap.
value - The bitmap.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.