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. |