Click or drag to resize

DocxSaveOptionsOptimizeImages Property

Gets or sets a value indicating whether adjacent images should be merged into one.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
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.

Default value: .
See Also