Show / Hide Table of Contents

Enum ProgressiveRenderingOption

Represents options for progressive image encoding.

Namespace: AdaptiveImages.Rendering
Assembly: AdaptiveImages.dll
Syntax
public enum ProgressiveRenderingOption

Fields

Name Description
None

No progressive encoding.

Standard

Default progressive encoding.

Steep

Steep progressive encoding to prioritize a quick initial preview, primarily used inside the CMS UI.

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<ProgressiveRenderingOption, TProperty>(ProgressiveRenderingOption, Expression<Func<ProgressiveRenderingOption, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<ProgressiveRenderingOption, TProperty>(ProgressiveRenderingOption, Expression<Func<ProgressiveRenderingOption, TProperty>>)
ImageExtensions.GetSizeConstraint<ProgressiveRenderingOption, TProperty>(ProgressiveRenderingOption, Expression<Func<ProgressiveRenderingOption, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾