Click or drag to resize

HtmlToRtfFont Class

Allows to set font properties: face and size.
Inheritance Hierarchy
SystemObject
  SautinSoftHtmlToRtfFont

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public class Font

The HtmlToRtfFont type exposes the following members.

Properties
 NameDescription
Public propertyFace Gets and sets the page numbering Font Family. Default value: "Arial".
Public propertySize Allows to set font size
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also