Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplcateStreams method

OptimizationOptions::get_LinkDuplcateStreams method

If this flag is set to true, Resource streams will be analyzed. If duplicate streams are found (i.e. if stream contents is equal), then thes streams will be stored as one object. This allows to decrease document size in some cases (for example, when same document was concatenedted multiple times).

bool Aspose::Pdf::Optimization::OptimizationOptions::get_LinkDuplcateStreams() const

See Also