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: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntax public interface IHtmlDocumentPartSavingCallback
Public Interface IHtmlDocumentPartSavingCallback
The RtfToHtmlIHtmlDocumentPartSavingCallback type exposes the following members.
Methods | Name | Description |
---|
| PartSaving |
Called when Document .Net is about to save a document part.
|
TopSee Also