Clase 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 | Descripción |
|---|---|
| OdImageObject(parent) | Inicializa una nueva instancia de la clase OdImageObject. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtiene o establece un valor que indica si [absolute coordinates]. |
| bitmap | System.Byte | r/w | Obtiene o establece el bitmap. |
| image_link | string | r/w | Obtiene o establece el enlace de imagen. |
| elementos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtiene los elementos. |
| parent | OdObject | r | Obtiene el objeto padre. |
| rectangle | RectangleF | r/w | Obtiene o establece el rectángulo. |
Constructor: OdImageObject(parent)
OdImageObject(parent)
Inicializa una nueva instancia de la clase OdImageObject.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |