Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Image Rendering
C#
public enum ImageRendering
ConstanteDescripción
AutoLet the browser choose the scaling algorithm. This is default
Crisp_EdgesUse an algorithm that will preserve the contrast and edges in the image
High_QualitySame as smooth, but with a preference for higher-quality scaling
InheritInherits this property from its parent element.
InitialSets this property to its default value.
PixelatedIf the image is scaled up, the nearest-neighbor algorithm is used, so the image will appear as being composed of large pixels. If the image is scaled down, it will be the same as auto
SmoothUse an algorithm that smooth out the colors in the image