[]
Sets the default css style for the document asynchronously.
public Task SetDefaultStylesAsync(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. |
| Type | Description |
|---|---|
| Task |