Aspose::Pdf::Plugins::PdfToImage class
PdfToImage class
Represents PDF to image plugin.
class PdfToImage : public Aspose::Pdf::Plugins::IPlugin,
public System::IDisposable
Methods
| Method | Description |
|---|---|
| Dispose() override | Implementation 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
- Class IPlugin
- Class IDisposable
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++