Class OdImageObject
Class OdImageObject
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.4.0)
The open document image
[JsonObject(MemberSerialization.OptIn)]
public class OdImageObject : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdImageObject
Inherited Members
OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdImageObject(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdImageObject class.
public OdImageObject(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Bitmap
Gets or sets the bitmap.
[JsonProperty]
public byte[] Bitmap { get; set; }
Property Value
byte []
ImageLink
Gets or sets the image link.
[JsonProperty]
public string ImageLink { get; set; }
Property Value
Rectangle
Gets or sets the rectangle.
[JsonProperty]
public RectangleF Rectangle { get; set; }