You have deprecated the following properties of Aspose.Pdf.OptimizationOptions:
- CompressImages
- ImageQuality
- MaxResoultion (note the misspelling)
- ResizeImages
And moved them to ImageCompressionOptions class, but in order to use them I need to set the ImageCompressionOptions property in the OptimizationOptions class, however that is not possible since the property is read only, and there is no way to set it in the constructor, and there is no method to set it. How am I supposed to use the new class?