Class Optimizer

Info

Represents Documentize.Optimizer plugin. Used to Optimize, Rotate, Resize, Compress PDF documents.

[Obsolete("Please use PdfManager class. The class will be deleted soon.")]
public static class Optimizer

Inheritance

objectOptimizer

Inherited Members

Methods

Process(OptimizeOptions)

Starts the Documentize.Optimizer processing with the specified parameters.

public static ResultContainer Process(OptimizeOptions options)

Parameters

  • options OptimizeOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Process(RotateOptions)

Starts the Documentize.Optimizer processing with the specified parameters.

public static ResultContainer Process(RotateOptions options)

Parameters

  • options RotateOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Process(ResizeOptions)

Starts the Documentize.Optimizer processing with the specified parameters.

public static ResultContainer Process(ResizeOptions options)

Parameters

  • options ResizeOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Process(CompressOptions)

Starts the Documentize.Optimizer processing with the specified parameters.

public static ResultContainer Process(CompressOptions options)

Parameters

  • options CompressOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Namespace: Documentize Assembly: Documentize.dll

 English