PdfOptimizationOptions class

PdfOptimizationOptions class

Defines Pdf optimization options.

Inheritance: PdfOptimizationOptionsValueObject

The PdfOptimizationOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of PdfOptimizationOptions class.

Properties

Property Description
link_duplicate_streams Link duplicate streams
remove_unused_objects Remove unused objects
remove_unused_streams Remove unused streams
compress_images If CompressImages set to true, all images in the document are re-compressed. The compression is defined by the ImageQuality property.
image_quality Value in percent where 100% is unchanged quality and image size. To decrease the image size set this property to less than 100
unembed_fonts Make fonts not embedded if set to true
font_subset_strategy Set font subset strategy

Methods

Method Description
equals Determines whether two object instances are equal.

See Also