←Select platform

ColorImageDownsampleFactor Property

Summary
Downsample threshold for color images.
Syntax
C#
VB
C++
Java
public double ColorImageDownsampleFactor { get; set; } 
Public Property ColorImageDownsampleFactor As Double 
public double getColorImageDownsampleFactor(); 
public void setColorImageDownsampleFactor( 
   double doubleValue 
); 
public: 
property double ColorImageDownsampleFactor { 
   double get(); 
   void set (    double ); 
} 

Property Value

This is the ratio of image resolution to output resolution above which downsampling may be performed. Must be between 1.0 through 10.0, inclusive.

Remarks

If you set the threshold out of range, it reverts to a default of 1.5.

Example

For an example, refer to PDFOptimizerOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.