Click or drag to resize

TiffCodecCompressionUseOldJpegCompression Property

Note: This API is now obsolete.

Gets or sets a value indicating if Old Style JPEG compression should be used when Compression is set to JPEG.

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
See Also