[This is preliminary documentation and is subject to change.]
Adds all elements of an existing MasterPageCollection to the end of this collection.
Namespace: TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public void AddRange( MasterPageCollection masterPages ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ masterPages As MasterPageCollection _ ) |
Parameters
- masterPages
- Type: TallComponents.Web..::..MasterPageCollection
Add the elements of this MasterPageCollection to the end of this 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.)