IHtmlDocumentPartSavingCallbackPartSaving Method |
Called when Document .Net is about to save a document part.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax void PartSaving(
HtmlDocumentPartSavingArgs args
)
Sub PartSaving (
args As HtmlDocumentPartSavingArgs
)
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