←Select platform

AutoOptimizerMode Property

Summary

Optimizer mode, which controls the file size and quality.

Syntax
C#
VB
C++
public PDFAutoOptimizerMode AutoOptimizerMode { get; set; } 
Public Property AutoOptimizerMode As PDFAutoOptimizerMode 
public: 
property PDFAutoOptimizerMode AutoOptimizerMode { 
   PDFAutoOptimizerMode get(); 
   void set (    PDFAutoOptimizerMode ); 
} 

Property Value

A PDFAutoOptimizerMode value.

Remarks

Specifies automatic pdf document optimization. If not set to Customized, all other properties of PDFOptimizerOptions are ignored.

For more information, refer to PDFAutoOptimizerMode.

Example

For an example, refer to PDFOptimizerOptions.

Requirements

Target Platforms

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