HtmlExportOptions
CssStyleSheetFileName Property
|
Gets or sets the name of the HTML export CSS style sheet file.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string CssStyleSheetFileName { get; set; }
Public Property CssStyleSheetFileName As String
Get
Set
public:
property String^ CssStyleSheetFileName {
String^ get ();
void set (String^ value);
}
member CssStyleSheetFileName : string with get, set
Property Value
Type:
String
The name of the HTML export CSS style sheet file.
See Also