PdfLoadOptionsOptimizeImages Property |
Gets or sets a value indicating whether to merge adjacent images into a one. Default value: true.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
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.
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