IOptimizationOptions InterfaceByteScout PDF Extractor SDK
Represents PDF document optimizer.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public interface IOptimizationOptions

The IOptimizationOptions type exposes the following members.

Properties

  NameDescription
Public propertyImageOptimizationFormat
Gets or sets the compression format for image optimization.
Public propertyJPEGQuality
Gets or sets the quality of JPEG compressed images.
Public propertyResampleImages
Gets or sets whether to resample (resize) high-resolution images. Images with the resolution larger than ResamplingResolution will be resampled at [!:ResamplingFactor]. 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.
Public propertyResamplingResolution
Resampling resolution. Default is 120 DPI. All images of higher resolution will be resampled to it.
Top
See Also

Reference