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