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