[]
Sets the default css style for the document asynchronously.
public Task SetDefaultStylesAsync(string styleSettings, bool onlyIfNotPresent = false)
Public Function SetDefaultStylesAsync(styleSettings As String, Optional onlyIfNotPresent As Boolean = False) As Task
| 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 |