Click or drag to resize

PdfTranslatorJpeg2000CompressionFactor Property

Sets or gets the compression factor for Jpeg2000 images

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.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 property is only used when an image within a document has been marked as being compressed with Jpeg2000 compression. If the image is compressed with some other compression or the Jpeg2000 encoder is not present, this property will be ignored.

See the dotImage documentation for a full description of the Jpeg2000 encoder and its properties.

See Also