←Select platform

PDFDownsamplingMode Enumeration

Summary
Specifies the downsampling mode for the PDF optimizer.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFDownsamplingMode  
<SerializableAttribute()> 
Public Enum PDFDownsamplingMode  
public final class PDFDownsamplingMode 
    extends java.lang.Enum<PDFDownsamplingMode> 
[SerializableAttribute()] 
public enum class PDFDownsamplingMode  
Members
ValueMemberDescription
0Average Use average downsampling. Faster but lower quality.
1Bicubic Use bicubic downsampling. Slower but higher quality.
Remarks

Use this when calling PDFFile.Optimize to control the optimization process.

Example

For an example, refer to PDFOptimizerOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

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.