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.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public CompressionAlgorithmSelection AlgorithmSelection { get; set; }

Property Value

CompressionAlgorithmSelection
See Also