C#
VB
C++
Scale factor to use for resizing when saving a monochrome image.
public double MonoImageDownsampleFactor { get; set; }
Public Property MonoImageDownsampleFactor As Double
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.
If you set the threshold out of range, it reverts to a default of 1.5.
For an example, refer to PDFOptimizerOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET