Click or drag to resize

RtfToHtmlHtmlDocumentPartSavingArgs Class

Provides data for the PartSaving(HtmlDocumentPartSavingArgs) event.
Inheritance Hierarchy
SystemObject
  SautinSoftRtfToHtmlHtmlDocumentPartSavingArgs

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public sealed class HtmlDocumentPartSavingArgs

The RtfToHtmlHtmlDocumentPartSavingArgs type exposes the following members.

Properties
 NameDescription
Public propertyKeepPartStreamOpen Specifies whether keep the stream open or close it after saving a part.
Public propertyPartFileName Gets or sets the file name (without path) where the part will be saved to.
Public propertyPartStream Allows to specify the stream where the part will be saved to.
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