OptimizationOptionsResizeImages Property

Note: This API is now obsolete.

If this flag set to true and CompressImages is true images will be resized if image resoultion is greater then specified MaxResolution parameter.

Namespace: Aspose.Pdf.Optimization
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
[ObsoleteAttribute("Please use ImageCompressionOptions.ResizeImages instead.")]
public bool ResizeImages { get; set; }

Property Value

Type: Boolean
See Also