Class FormExporter

Class FormExporter

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)

Represents FormExporter plugin.

public sealed class FormExporter : IPlugin

Inheritance

object FormExporter

Implements

IPlugin

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

ResultContainer

An ResultContainer object containing the result of the operation.

Exceptions

ArgumentException

If options is not correct.

 English