Adds the elements of a AreaCollection to the end of this collection.
Namespace: TallComponents.PDF.LayoutAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
public void AddRange( AreaCollection areas ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ areas As AreaCollection _ ) |
Parameters
- areas
- Type: TallComponents.PDF.Layout..::..AreaCollection
The AreaCollection whose elements should be added to the end of the collection.
Remarks
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)