Aspose::Pdf::Plugins::PdfToImage class

PdfToImage class

Represents PDF to image plugin.

class PdfToImage : public Aspose::Pdf::Plugins::IPlugin,
                   public System::IDisposable

Methods

MethodDescription
Dispose() overrideImplementation of
IDisposable

. Actually, it is not necessary for PdfToImage

. | | Process(System::SharedPtr<IPluginOptions>) override | Starts PdfToImage

processing with the specified parameters. |

Remarks

The PdfToImage class is used to convert PDF document to images

See Also