Aspose::Pdf::Plugins::Optimizer::Process method

Optimizer::Process method

Starts the Optimizer processing with the specified parameters.

System::SharedPtr<ResultContainer> Aspose::Pdf::Plugins::Optimizer::Process(System::SharedPtr<IPluginOptions> options) override
ParameterTypeDescription
optionsSystem::SharedPtr<IPluginOptions>An options object containg instructions for the Optimizer.

ReturnValue

An ResultContainer object containg the result of the operation.

See Also