Gets or sets the type of the HTML export CSS style sheet.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CssStyleSheetType CssStyleSheetType { get; set; }
Public Property CssStyleSheetType As CssStyleSheetType
	Get
	Set
public:
property CssStyleSheetType CssStyleSheetType {
	CssStyleSheetType get ();
	void set (CssStyleSheetType value);
}
member CssStyleSheetType : CssStyleSheetType with get, set

Property Value

CssStyleSheetType
The type of the HTML export CSS style sheet.

See Also