DocxSaveOptionsOptimizeImages Property |
Gets or sets a value indicating whether adjacent images should be merged into one.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic bool OptimizeImages { get; set; }
Public Property OptimizeImages As Boolean
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