Table of Contents

Class CdrObjectContainer

Namespace
Aspose.Imaging.FileFormats.Cdr.Objects
Assembly
Aspose.Imaging.dll

The cdr object container

public abstract class CdrObjectContainer : CdrObject, IDisposable
Inheritance
CdrObjectContainer
Implements
Derived
Inherited Members

Constructors

CdrObjectContainer()

protected CdrObjectContainer()

Properties

Childs

Gets or sets the objects.

public List<CdrObject> Childs { get; }

Property Value

List<CdrObject>

The objects.

Hidden

Gets or sets a value indicating whether this CdrObjectContainer is visible.

public bool Hidden { get; set; }

Property Value

bool

true if visible; otherwise, false.

LastChild

Gets or sets the last child.

public CdrObjectContainer LastChild { get; set; }

Property Value

CdrObjectContainer

The last child.

LoadToLastChild

Gets or sets a value indicating whether [load to last child].

public bool LoadToLastChild { get; set; }

Property Value

bool

true if [load to last child]; otherwise, false.

Methods

AddChildObject(CdrObject)

Adds the child object.

public void AddChildObject(CdrObject cdrObject)

Parameters

cdrObject CdrObject

The CDR object.

InsertObject(CdrObject)

Inserts the object

public void InsertObject(CdrObject cdrObject)

Parameters

cdrObject CdrObject

The CDR object.

ReleaseManagedResources()

Releases unmanaged and - optionally - managed resources.

protected override void ReleaseManagedResources()