Classe OdImageObject
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) | Initialise une nouvelle instance de la classe OdImageObject. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| bitmap | System.Byte | r/w | Obtient ou définit le bitmap. |
| image_link | string | r/w | Obtient ou définit le lien d’image. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| parent | OdObject | r | Obtient l’objet parent. |
| rectangle | RectangleF | r/w | Obtient ou définit le rectangle. |
Constructor: OdImageObject(parent)
OdImageObject(parent)
Initialise une nouvelle instance de la classe OdImageObject.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |