[This is preliminary documentation and is subject to change.]
Adds all elements of an existing MasterPage array 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( MasterPage[] masterPages ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ masterPages As MasterPage() _ ) |
Parameters
- masterPages
- Type: array<TallComponents.Web..::..MasterPage>[]()[][]
Add the elements of this MasterPage array 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.)