Class DrawObject

Class DrawObject

Namespace: Aspose.Cells.Rendering
Assembly: Aspose.Cells.dll (25.2.0)

DrawObject will be initialized and returned when rendering.

public class DrawObject

Inheritance

objectDrawObject

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Cell

Indicates the Cell object when rendering. All properties of cell can be accessed.

public Cell Cell { get; }

Property Value

Cell

CurrentPage

Indicates the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering.

public int CurrentPage { get; }

Property Value

int

ImageBytes

Indicates image bytes of rendered Chart, Shape when rendering.

public byte[] ImageBytes { get; }

Property Value

byte[]

Shape

Indicates the Shape object when rendering. All properties of shape can be accessed.

public Shape Shape { get; }

Property Value

Shape

SheetIndex

Indicates current sheet index of DrawObject.

public int SheetIndex { get; }

Property Value

int

TotalPages

Indicates total pages in current rendering.

public int TotalPages { get; }

Property Value

int

Type

Indicates the type of DrawObject.

public DrawObjectEnum Type { get; }

Property Value

DrawObjectEnum