Class DocConverter
Class DocConverter
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.3.0)
Represents Aspose.Pdf.Plugins.DocConverter plugin.
public sealed class DocConverter : IPlugin, IDisposable
Inheritance
Implements
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DocConverter()
public DocConverter()
Methods
Dispose()
Implementation of IDisposable.
public void Dispose()
Process(IPluginOptions)
Starts the Aspose.Pdf.Plugins.DocConverter processing with the specified parameters.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
An options object containing instructions for the Aspose.Pdf.Plugins.DocConverter.
Returns
An Aspose.Pdf.Plugins.ResultContainer object containing the result of the operation.