Click or drag to resize

TextSetup Properties

The HtmlToRtfTextSetup type exposes the following members.

Properties
 NameDescription
Public propertyDefaultFontFamily Gets and sets the default font family for the input HTML document. Default value: "Times New Roman".
Public propertyDefaultFontSize Gets and sets the default font size in points. Default value: 12f.
Public propertyDefaultTextColor Gets and sets the default font color. Default value: Black.
Public propertyCode exampleSingleFontColor Gets and sets a single font color for the whole HTML document. Default value: null.
Public propertyCode exampleSingleFontFamily Gets and sets a single font family for the whole HTML document. Default value: String.Empty.
Public propertyCode exampleSingleFontSize Gets and sets a single font size for the input HTML document. Default value: null.
Top
See Also