←Select platform

OptimizerOptions Property

Summary

Sets the PDFOptimizerOptions that this PDFFile object uses when Optimize is called to create a new, optimized PDF file.

Syntax
C#
VB
C++
public PDFOptimizerOptions OptimizerOptions { get; set; } 
Public Property OptimizerOptions As PDFOptimizerOptions 
public: 
property PDFOptimizerOptions^ OptimizerOptions { 
   PDFOptimizerOptions^ get(); 
   void set (    PDFOptimizerOptions^ ); 
} 

Property Value

The PDFOptimizerOptions to use.

Remarks

Set this property to an instance of PDFInitialViewOptions before calling Optimize.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

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