DownSampleOptions Class

There are 3 properties in this class:

  • DownsampleImages
  • Resolution
  • ResolutionThreshold

Based on the documentation on your site, it looks like all these properties deal with Images. What happens if “DownsampleImages” is set to “false” ?

Will aspose use “Resolution” and “ResolutionThreshold” values ? or it will totally ignore those properties ?

Please let me know
Thanks
Imran

@imran.khan1,

Yes, these options are for Images. If you set PdfSaveOptions.DownsampleOptions.DownsampleImages to false, Aspose.Words will not use “Resolution” and “ResolutionThreshold” values at all and the down sampling algorithm will not be applied. Hope, this helps.