[]
        
(Showing Draft Content)

C1.C1Preview.RenderObjectCollection

RenderObjectCollection Class

Represents the collection of RenderObject objects.

Inheritance
RenderObjectCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderObjectCollection : OwnedCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the RenderObject at the specified index.

this[string]

Gets the RenderObject with the specified Name.

Methods

Name Description
Add(RenderObject)

Adds the specified RenderObject to the current collection.

FindByAnchorName(string, out C1Anchor)

Searches the current collection for an object that contains an anchor with the specified name in its Anchors collection.

FindById(int)

Searches the current collection for a RenderObject with the specified value of the C1.C1Preview.RenderObject.Id property.

FindByName(string)

Searches the current collection for an object with the specified Name.

FindByOriginal(RenderObject)

Searches the current collection for a RenderObject with the specified vlaue of the Original property.

GetItemType()

Returns typeof(RenderObject).

IndexOfName(string)

Searches the current collection for an object with the specified Name.

Insert(int, RenderObject)

Inserts the specified RenderObject into the current collection.

OnClearComplete()

Called after the collection has been cleared.

OnInsert(int, object)

Called when an item is about to be iserted.

OnRemoveComplete(int, object)

Called after an item has been removed.

OnSet(int, object, object)

Called when an item is about to be set.

OnSetComplete(int, object, object)

Called after an item has been set.

Remove(RenderObject)

Removes the specified RenderObject from the current collection.

See Also