IPdfDocumentOptimize Method |  |
Optimize resources in the document using the defined optimization options.
Namespace: Compiled.EDD.Scripting.Extensions.PdfAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid Optimize(
IPdfOptimizationOptions optimizationOptions
)
Parameters
- optimizationOptions IPdfOptimizationOptions
- Optimization strategy to apply to document.
RemarksThe optimized document will still need to be saved using the [o:Save] method.
See Also