Class PdfImage

PdfImage class

Represents PdfImage plugin.

public sealed class PdfImage : IDisposable, IPlugin

Constructors

NameDescription
PdfImage()The default constructor.

Methods

NameDescription
Dispose()Implementation of IDisposable. Actually, it is not necessary for PdfImage.
Process(IPluginOptions)Starts PdfImage processing with the specified parameters.

Remarks

The PdfImage class is used to convert PDF document to images (Jpeg).

See Also