Class PdfDoc

Class PdfDoc

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Reprezentuje plugin Aspose.Pdf.Plugins.PdfDoc.

public sealed class PdfDoc : IPlugin, IDisposable

Dědičnost

objectPdfDoc

Implementuje

IPlugin, IDisposable

Děděné členy

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

PdfDoc()

public PdfDoc()

Metody

Dispose()

Implementace IDisposable.

public void Dispose()

Process(IPluginOptions)

Zahájí zpracování Aspose.Pdf.Plugins.PdfDoc s uvedenými parametry.

public ResultContainer Process(IPluginOptions options)

Parametry

options IPluginOptions

Objekt možností obsahující pokyny pro Aspose.Pdf.Plugins.PdfDoc.

Vrací

ResultContainer

Objekt Aspose.Pdf.Plugins.ResultContainer obsahující výsledek operace.

 Čeština