Namespace TallComponents.PDF.Layout
Class AreaCollection
Collection of area objects.
Syntax
public class AreaCollection
: Object
,
IEnumerable
Constructors
Properties
Methods
Area Add()
Add a new area to this collection.
Void Add(Area)
Add an existing area to this collection.
Void AddRange(AreaCollection)
Adds the elements of a AreaCollection to the end of this collection.
Void AddRange(Area[])
Adds the elements of an array of areas to the end of this collection.
Void Clear()
Removes all areas from this collection.
Boolean Contains(Area)
Determine whether an Area is in the AreaCollection.
IEnumerator GetEnumerator()
Implements .
Int32 IndexOf(Area)
Searches for the specified Area in the AreaCollection.
Void Insert(Int32,Area)
Insert an on a specific place in this .
Void Remove(Area)
Removes an Area from this AreaCollection.
Void RemoveAt(Int32)
Removes an Area from the AreaCollection at the specified index.