Class ImageOptimizationParameters
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Represents the parameters for image optimization.
public class ImageOptimizationParameters
- Inheritance
-
objectImageOptimizationParameters
- Extension Methods
Properties
OutputExtension
Gets or sets the output extension of the optimized image.
public string OutputExtension { get; set; }
Property Value
- string
Quality
Gets or sets the quality of the optimized image.
public int Quality { get; set; }
Property Value
- int