Show / Hide Table of Contents

Enum ImageConversionBehavior

Used to specify plugin behavior when a CMS image is inserted into an Adaptive Images-enabled TinyMCE editor

Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
public enum ImageConversionBehavior

Fields

Name Description
AlwaysConvert

Convert without asking

Ask

Dialog asking user whether to convert the dropped image

NeverConvert

Always skip conversion

Extension Methods

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