Table of Contents

Class OdImageObject

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The open document image

public class OdImageObject : OdGraphicObject
Inheritance
OdImageObject
Inherited Members

Constructors

OdImageObject(OdObject)

Initializes a new instance of the OdImageObject class.

public OdImageObject(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Bitmap

Gets or sets the bitmap.

public byte[] Bitmap { get; set; }

Property Value

byte[]

The bitmap.

Gets or sets the image link.

public string ImageLink { get; set; }

Property Value

string

The image link.

Rectangle

Gets or sets the rectangle.

public RectangleF Rectangle { get; set; }

Property Value

RectangleF

The rectangle.