[This is preliminary documentation and is subject to change.]

Get the CssStyleSheet by 0-based index.

Namespace:  TallComponents.Web
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.7

Syntax

C#
public CssStyleSheet this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As CssStyleSheet

Parameters

index
Type: System..::.Int32

See Also