Click or drag to resize

HtmlFontSavingArgs Class

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

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntax
public class HtmlFontSavingArgs

The HtmlFontSavingArgs type exposes the following members.

Properties
 NameDescription
Public propertyDocument Gets the document that is currently being saved.
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
See Also