Click or drag to resize

HtmlDocumentPartSavingArgs Class

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

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class HtmlDocumentPartSavingArgs

The HtmlDocumentPartSavingArgs type exposes the following members.

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