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

Collection of CssStyleSheet objects.

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

Syntax

C#
public class CssStyleSheetCollection : IEnumerable
Visual Basic
Public Class CssStyleSheetCollection _
	Implements IEnumerable

Remarks

You cannot instanciate the collection, it can be retrieved through the ConversionSettings.StyleSheets getter.

Inheritance Hierarchy

System..::..Object
  TallComponents.Web..::..CssStyleSheetCollection

See Also