Click or drag to resize

IHtmlImageSavingCallback Interface

Implement this interface if you want to control how Document .Net saves images when saving a document to Html.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public interface IHtmlImageSavingCallback

The IHtmlImageSavingCallback type exposes the following members.

Methods
 NameDescription
Public methodImageSaving Called when Document .Net saves an image to HTML.
Top
See Also