Table of Contents
UserStyleSheet Property

Gets or sets the additional style sheets to be applied to the document to be converted.

Syntax
 public String UserStyleSheet { get; set; }
Remarks

Setting this property to a string that contains one or more style rules applies the style rules to the document to be converted. For example, you can set it to

CSS
body { font-size: 20px; }
to change the document's default font size to 20px.

See Also