Enum ImageCompressionVersion

ImageCompressionVersion enumeration

Describes versions of image compression algorithm.

public enum ImageCompressionVersion

Values

NameValueDescription
Standard0Standard algorithm. Default value.
Fast2Improved algorithm faster then standard but applicable not for all cases.
Mixed3Use fast algorithm when possible and standard for other cases. May be slower then “Fast” but may produce better compression.

See Also