Aspose::Pdf::Optimization::OptimizationOptions::All method

OptimizationOptions::All method

Creates optimization strategy will all options activated. Please note that activated only options which does not change any functionality of the document. I.e. image compressing and fonts unembedding will not enabled (and can be embedded manually).

static System::SharedPtr<OptimizationOptions> Aspose::Pdf::Optimization::OptimizationOptions::All()

ReturnValue

OptimizationOptions object.

See Also