Class FormFlattener
Class FormFlattener
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)
Represents FormFlattener plugin.
public sealed class FormFlattener : IPlugin
Inheritance
Implements
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FormFlattener()
public FormFlattener()
Methods
Process(IPluginOptions)
Starts the FormFlattener processing with the specified parameters.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
An options object containing instructions for the FormFlattener.
Returns
An ResultContainer object containing the result of the operation.
Exceptions
If options is not correct.