Click or drag to resize
Pdftools logo

ImageRecompressionOptionsAlgorithmSelection Property

The strategy for image recompression

For each image to be recompressed, a specific choice of compression algorithms are tried. The selection of algorithms depends on this strategy, the type of the optimizer profile (e.g. Web), the color space of the image, and CompressionQuality. The image is recompressed using the algorithm resulting in the smallest output file.

Refer to CompressionAlgorithmSelection for more information on strategies.

Default:


Namespace: PdfTools.Optimization
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public CompressionAlgorithmSelection AlgorithmSelection { get; set; }

Property Value

CompressionAlgorithmSelection
See Also