[This is preliminary documentation and is subject to change.]
Removes a MasterPage from this collection.
Namespace: TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public void Remove( MasterPage masterPage ) |
| Visual Basic |
|---|
Public Sub Remove ( _ masterPage As MasterPage _ ) |
Parameters
- masterPage
- Type: TallComponents.Web..::..MasterPage
Remove this MasterPage.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given masterPage is nullNothingnullptra null reference (Nothing in Visual Basic). |