←Select platform

MonoImageDownsampleFactor Property

Summary

Scale factor to use for resizing when saving a monochrome image.

Syntax
C#
VB
C++
public double MonoImageDownsampleFactor { get; set; } 
Public Property MonoImageDownsampleFactor As Double 
public: 
property double MonoImageDownsampleFactor { 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly