←Select platform

PDFAutoOptimizerMode Enumeration

Summary
Specifies the mode for automatic PDF document optimization.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFAutoOptimizerMode  
<SerializableAttribute()> 
Public Enum PDFAutoOptimizerMode  
public final class PDFAutoOptimizerMode 
    extends java.lang.Enum<PDFAutoOptimizerMode> 
[SerializableAttribute()] 
public enum class PDFAutoOptimizerMode  
Members
ValueMemberDescription
0Customized Use custom settings.
1BestSize Optimize for smallest file size
2MediumSize Optimize favoring size over quality
3AverageSize Optimize with balance between size and quality
4GoodQuality Optimize favoring quality over size
5BestQuality Optimize for highest 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.