C#
VB
C++
Downsampling mode to use for resizing when saving a grayscale image.
public PDFDownsamplingMode GrayImageDownsamplingMode { get; set; }
Public Property GrayImageDownsamplingMode As Leadtools.Pdf.PDFDownsamplingMode
public:
property Leadtools.Pdf.PDFDownsamplingMode GrayImageDownsamplingMode {
Leadtools.Pdf.PDFDownsamplingMode get();
void set ( Leadtools.Pdf.PDFDownsamplingMode );
}
A PDFDownsamplingMode value to use for downsampling. Default is Average
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