[]
Sets the default css style for the document.
[Obsolete("This method is deprecated, please, use SetDefaultStylesAsync instead.")]
public void SetDefaultStyles(string styleSettings, bool onlyIfNotPresent = false)
Type | Name | Description |
---|---|---|
string | styleSettings | A string containing css style definitions for the document. |
bool | onlyIfNotPresent | If true, the default style is only set if one does not exist. |