Click or drag to resize

PdfLoadOptionsOptimizeImages Property

Gets or sets a value indicating whether to merge adjacent images into a one. Default value: true.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool OptimizeImages { get; set; }

Property Value

Boolean
Remarks
This property allows to reduce the total size and the number of images in the document.
We recommend you to set it to true when to reduce th document size and ready to loose a little bit in the quality of images.
See Also