Link Search Menu Expand Document

OptimizationOptionsResampleImages Property

Gets or sets whether to resample (resize) high-resolution images. Images with the resolution larger than ResamplingResolution will be resampled at ResamplingResolution. Default is true. Helps to optimize (reduce the file size) PDF documents containing high resolution scanned images (300DPI or more) at the expense of text sharpness.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool ResampleImages { get; set; }

Property Value

Type: Boolean

Implements

IOptimizationOptionsResampleImages
See Also

Reference