Table of Contents

Class ImageOptimizationParametersClientItem

Namespace
CMS.ContentEngine
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the parameters for image optimization.

public class ImageOptimizationParametersClientItem
Inheritance
object
ImageOptimizationParametersClientItem
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