Class PdfToImage

Class PdfToImage

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

Representerar PDF till bild-plugin.

public abstract class PdfToImage : IPlugin, IDisposable

Arv

objectPdfToImage

Härledda

Jpeg, Png, Tiff

Implementerar

IPlugin, IDisposable

Ärvt Medlemmar

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

Kommentarer

Klassen Aspose.Pdf.Plugins.PdfToImage används för att konvertera PDF-dokument till bilder.

Konstruktorer

PdfToImage()

protected PdfToImage()

Metoder

Dispose()

Implementering av System.IDisposable. Faktiskt, det är inte nödvändigt för Aspose.Pdf.Plugins.PdfToImage.

public void Dispose()

Process(IPluginOptions)

Startar Aspose.Pdf.Plugins.PdfToImage-behandling med de angivna parametrarna.

public ResultContainer Process(IPluginOptions pdfImageOptions)

Parametrar

pdfImageOptions IPluginOptions

Ett options-objekt som innehåller instruktioner för PdfImage.

Returnerar

ResultContainer

Ett ResultContainer-objekt som innehåller resultatet av konverteringen.

 Svenska