Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::Finish method
AbstractLowCodeSaveOptionsProvider::Finish method
Releases resources after processing currently split part.
void Aspose::Cells::LowCode::AbstractLowCodeSaveOptionsProvider::Finish(const LowCodeSaveOptions &part)
| Parameter | Type | Description |
|---|---|---|
| part | const LowCodeSaveOptions& | the save options used for currently split part. |
Remarks
By default this method just closes the stream specified by the LowCodeSaveOptions.OutputStream directly(if the save options specified a Stream as destination). User may overwrite this method to control how to release resources according to their requirement and the implementation of GetSaveOptions(SplitPartInfo).
See Also
- Class LowCodeSaveOptions
- Class AbstractLowCodeSaveOptionsProvider
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++