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