Click or drag to resize

RtfToHtmlIHtmlDocumentPartSavingCallbackPartSaving Method

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

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.8.23
Syntax
void PartSaving(
	RtfToHtmlHtmlDocumentPartSavingArgs args
)

Parameters

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