 
            | Accusoft.PdfXpressSdk Namespace > CompressOptions Class : DownSampleImages Property | 
'Declaration Public Property DownSampleImages As Boolean
'Usage Dim instance As CompressOptions Dim value As Boolean instance.DownSampleImages = value value = instance.DownSampleImages
public bool DownSampleImages {get; set;}
Downsampling can further enhance compressed size of the document and is only applied to images that have sufficient resolution to be downsampled without losing detail. Note: Downsampling refers to decreasing the number of pixels in an image.
|  | A determination is made internally whether or not this downsampling can be safely applied to a particular image without losing significant detail based on the image's resolution on the page. | 
Note: For applications where loss of any image detail, however minor, is unacceptable this option should be disabled.
Default: true