Aspose::Pdf::Optimization::OptimizationOptions::set_RemoveUnusedStreams method

OptimizationOptions::set_RemoveUnusedStreams method

If this flag set to true, every resource is checked on it’s usage. If resource is never used, then resources is removed. This may decrease document size for example when pages were extracted from document.

void Aspose::Pdf::Optimization::OptimizationOptions::set_RemoveUnusedStreams(bool value)

See Also