Click or drag to resize

IHtmlDocumentPartSavingCallbackPartSaving Method

Called when Document .Net is about to save a document part.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
void PartSaving(
	HtmlDocumentPartSavingArgs args
)

Parameters

args  HtmlDocumentPartSavingArgs
Provides the data: a file name; a stream where the part will be saved; specify to keep the stream open or close.
See Also