[This is preliminary documentation and is subject to change.]
Inserts a MasterPage at the specified index.
Namespace: TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public void Insert( int index, MasterPage masterPage ) |
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ masterPage As MasterPage _ ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which the MasterPage should be inserted.
- masterPage
- Type: TallComponents.Web..::..MasterPage
Insert this MasterPage.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given masterPage is nullNothingnullptra null reference (Nothing in Visual Basic). |