C#
VB
C++
Sets the PDFOptimizerOptions that this PDFFile object uses when Optimize is called to create a new, optimized PDF file.
public PDFOptimizerOptions OptimizerOptions { get; set; }
Public Property OptimizerOptions As Leadtools.Pdf.PDFOptimizerOptions
public:
property Leadtools.Pdf.PDFOptimizerOptions^ OptimizerOptions {
Leadtools.Pdf.PDFOptimizerOptions^ get();
void set ( Leadtools.Pdf.PDFOptimizerOptions^ );
}
The PDFOptimizerOptions to use.
Set this property to an instance of PDFInitialViewOptions before calling Optimize.
For an example, refer to PDFInitialViewOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET