Creates a new instance of the CssStyleSheet class.

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

Syntax

C#
public CssStyleSheet(
	CssStyleSheet parent
)
Visual Basic
Public Sub New ( _
	parent As CssStyleSheet _
)

Parameters

parent
Type: TallComponents.PDF.Layout.Css..::..CssStyleSheet
The stylesheet that has to be assigned as the parent of this new style sheet.

See Also