Click or drag to resize

IHtmlImageSavingCallbackImageSaving Method

Called when Document .Net saves an image to HTML.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
void ImageSaving(
	HtmlImageSavingArgs args
)

Parameters

args  HtmlImageSavingArgs
Provides the data: image file name, image format, image stream and so forth.
See Also