Click or drag to resize

PdfCodecCompressionJpeg2000CompressionFactor Property

Gets or sets a value representing the compression factor to use for Jpeg2000 compression.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Jpeg2000CompressionFactor { get; set; }

Property Value

Type: Double
Remarks
This value is an approximation of the compression factor as a percentage of the original image size. A value of 10.0 should approximate a compressed image that is 10% of the size of the original image.
See Also