Table of Contents

Interface IAutomaticImageFormatConversionConfiguration

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Interface that defines the configuration of the 'Automatic image format conversion' feature.

public interface IAutomaticImageFormatConversionConfiguration
Extension Methods

Properties

InputImageExtensions

File extensions that are processed by the 'Automatic image format conversion' pipeline.

IEnumerable<string> InputImageExtensions { get; }

Property Value

IEnumerable<string>

IsFormatConversionEnabled

Indicates whether the 'Automatic image format conversion' feature is enabled.

bool IsFormatConversionEnabled { get; }

Property Value

bool

OutputImageExtension

Image extension that is produced by the 'Automatic image format conversion' pipeline.

string OutputImageExtension { get; }

Property Value

string

OutputQuality

Quality of the image that is produced by the 'Automatic image format conversion' pipeline.

string OutputQuality { get; }

Property Value

string