Click or drag to resize

RtfToHtmlHtmlFontSavingArgs Class

Provides data for the FontSaving(HtmlFontSavingArgs) event.
Inheritance Hierarchy
SystemObject
  SautinSoftRtfToHtmlHtmlFontSavingArgs

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.3.25
Syntax
public class HtmlFontSavingArgs

The RtfToHtmlHtmlFontSavingArgs type exposes the following members.

Properties
 NameDescription
Public propertyFontFileName Gets or sets the file name (without path) where the custom font will be saved to.
Public propertyFontStream Allows to specify the stream where the custom font will be saved to.
Public propertyKeepFontStreamOpen Specifies whether keep the stream open or close it after saving an custom font.
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