Click or drag to resize

TiffEncoderUseOldJpegCompression Property

Note: This API is now obsolete.

When true, JPEG compression will generate old style JPEG in TIFF compression (compression value 6).

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("Warning - using old-style jpeg compression will create TIFF images that are non-standard and will work with very few applications.", 
	false)]
public bool UseOldJpegCompression { get; set; }

Property Value

Type: Boolean
Remarks
USE WITH CAUTION!!
See Also