Sets the default css style for the document.
public void SetDefaultStyles(
System.string ,
System.bool
)
'Declaration
Public Sub SetDefaultStyles( _
ByVal As System.String, _
Optional ByVal As System.Boolean _
)
Parameters
- styleSettings
-
A string containing css style definitions for the document.
- onlyIfNotPresent
-
If true, the default style is only set if one does not exist.