Click or drag to resize

IPdfDocumentOptimize Method

Optimize resources in the document using the defined optimization options.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
void Optimize(
	IPdfOptimizationOptions optimizationOptions
)

Parameters

optimizationOptions  IPdfOptimizationOptions
Optimization strategy to apply to document.
Remarks
The optimized document will still need to be saved using the [o:Save] method.
See Also