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)
ParameterTypeDescription
partconst 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