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

Add an existing CssStyleSheet to this collection.

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

Syntax

C#
public void Add(
	CssStyleSheet styleSheet
)
Visual Basic
Public Sub Add ( _
	styleSheet As CssStyleSheet _
)

Parameters

styleSheet
Type: TallComponents.Web..::..CssStyleSheet
CssStyleSheet to be added.

Remarks

Adds the provided CssStyleSheet to the collection.

See Also