[This is preliminary documentation and is subject to change.]
Returns the element at the given zero-based index.
Namespace: TallComponents.WebAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1
Syntax
| C# |
|---|
public MasterPage this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As MasterPage Get |
Parameters
- index
- Type: System..::..Int32