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 OptimizerInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(OptimizeOptions)
Starts the Documentize.Optimizer processing with the specified parameters.
public static ResultContainer Process(OptimizeOptions options)Parameters
optionsOptimizeOptions: 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
optionsRotateOptions: 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
optionsResizeOptions: 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
optionsCompressOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Namespace: Documentize Assembly: Documentize.dll