Accusoft.PdfXpress6.Net
DownSampleImages Property




Gets and sets if images should be downsampled.
Syntax
'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;}
public: __property bool get_DownSampleImages();
public: __property void set_DownSampleImages( 
   bool value
);
public:
property bool DownSampleImages {
   bool get();
   void set (    bool value);
}
Remarks

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


Requirements

See Also

Reference

CompressOptions Class
CompressOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback