Class FormExporter
Class FormExporter
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.8.0)
Represents FormExporter plugin.
public sealed class FormExporter : IPluginInheritance
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.