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

Creates a new CssStyleSheet.

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

Syntax

C#
public CssStyleSheet(
	Stream stream
)
Visual Basic (Declaration)
Public Sub New ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::.Stream
The stream that holds the stylesheet to load.

Remarks

You should close/dispose the given stream, it can be done after this call is returned.

See Also