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