IHtmlDocumentPartSavingCallbackPartSaving Method |
Called when Document .Net is about to save a document part.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxvoid 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