Class PdfToImage

Class PdfToImage

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

Represents PDF to image plugin.

public abstract class PdfToImage : IPlugin, IDisposable

Inheritance

objectPdfToImage

Derived

Jpeg, Png, Tiff

Implements

IPlugin, IDisposable

Inherited Members

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

Remarks

The Aspose.Pdf.Plugins.PdfToImage class is used to convert PDF document to images

Constructors

PdfToImage()

protected PdfToImage()

Methods

Dispose()

Implementation of System.IDisposable. Actually, it is not necessary for Aspose.Pdf.Plugins.PdfToImage.

public void Dispose()

Process(IPluginOptions)

Starts Aspose.Pdf.Plugins.PdfToImage processing with the specified parameters.

public ResultContainer Process(IPluginOptions pdfImageOptions)

Parameters

pdfImageOptions IPluginOptions

An options object containing instructions for the PdfImage.

Returns

ResultContainer

A ResultContainer object containing the result of the conversion.

 English