←Select platform

AutoOptimizerMode Property

Summary
Optimizer mode, which controls the file size and quality.
Syntax
C#
VB
C++
Java
public PDFAutoOptimizerMode AutoOptimizerMode { get; set; } 
Public Property AutoOptimizerMode As PDFAutoOptimizerMode 
public PDFAutoOptimizerMode getAutoOptimizerMode(); 
public void setAutoOptimizerMode( 
   PDFAutoOptimizerMode 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 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.