MhtSaveOptionsCssStyles Property |
Gets or sets the additional css styles for the formatter.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string CssStyles { get; set; }
Public Property CssStyles As String
Get
Set
public:
property String^ CssStyles {
String^ get ();
void set (String^ value);
}
member CssStyles : string with get, set
Property Value
Type:
StringThe styles to be injected into resulting html body.
See Also