Click or drag to resize

RtfToHtmlIHtmlDocumentPartSavingCallback Interface

Implement this interface if you want to receive notifications and control how SautinSoft.RtfToHtml saves document parts when exporting a document to Html.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public interface IHtmlDocumentPartSavingCallback

The RtfToHtmlIHtmlDocumentPartSavingCallback type exposes the following members.

Methods
 NameDescription
Public methodPartSaving Called when Document .Net is about to save a document part.
Top
See Also