Dispose
Unloading the ONLYOFFICE Document Builder from the application memory when it is no longer needed.
Please note, that for the .docbuilder file the CDocBuilder.Dispose method is not used.
Example
NSDoctRenderer::CDocBuilder::Initialize();
NSDoctRenderer::CDocBuilder oBuilder;
NSDoctRenderer::CDocBuilder::Dispose();