←Select platform

PDFAutoOptimizerMode Enumeration

Summary

Specifies the mode for automatic PDF document optimization.

Syntax
C#
VB
C++
[SerializableAttribute()] 
public enum PDFAutoOptimizerMode  
<SerializableAttribute()> 
Public 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly