Class DrawObject

DrawObject class

DrawObject will be initialized and returned when rendering.

public class DrawObject

Properties

NameDescription
Cell { get; }Indicates the Cell object when rendering. All properties of cell can be accessed.
CurrentPage { get; }Indicates the page index of DrawObject. Page index is based on zero. One Sheet contains several pages when rendering.
ImageBytes { get; }Indicates image bytes of rendered Chart, Shape when rendering.
Shape { get; }Indicates the Shape object when rendering. All properties of shape can be accessed.
SheetIndex { get; }Indicates current sheet index of DrawObject.
TotalPages { get; }Indicates total pages in current rendering.
Type { get; }Indicates the type of DrawObject.

See Also