OdImageObject Class
Summary: The open document image
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdImageObject
Inheritance: OdGraphicObject
Constructors
| Name | Description | 
|---|---|
| OdImageObject(parent) | Initializes a new instance of the OdImageObject class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. | 
| bitmap | System.Byte | r/w | Gets or sets the bitmap. | 
| image_link | string | r/w | Gets or sets the image link. | 
| items | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Gets the items. | 
| parent | OdObject | r | Gets the parent object. | 
| rectangle | RectangleF | r/w | Gets or sets the rectangle. | 
Constructor: OdImageObject(parent)
 OdImageObject(parent) 
Initializes a new instance of the OdImageObject class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| parent | OdObject | The parent. |