[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,
	string basePath
)
Visual Basic (Declaration)
Public Sub New ( _
	stream As Stream, _
	basePath As String _
)

Parameters

stream
Type: System.IO..::.Stream
The stream that holds the stylesheet to load.
basePath
Type: System..::.String
Base path for loading included style sheets.

Remarks

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

See Also