Used by XML processor to load a css style sheet from a path.

Namespace: TallComponents.PDF.Layout.Css
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public static CssStyleSheet Parse(
	string path
)
Visual Basic
Public Shared Function Parse ( _
	path As String _
) As CssStyleSheet

Parameters

path
Type: System..::..String
Path to load the stylesheet from.

Return Value

The CssStyleSheet holding the loaded and parsed stylesheet.

See Also