Aspose::Words::IDocumentConverterPlugin interface
IDocumentConverterPlugin interface
Defines an interface for external converter plugin.
class IDocumentConverterPlugin : public virtual System::Object
Methods
| Method | Description |
|---|---|
| virtual Convert(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Words::Saving::SaveOptions>) | Converts document using specified input output streams and save options. |
| virtual ConvertToImages(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Words::Loading::LoadOptions>, System::SharedPtr<Aspose::Words::Saving::SaveOptions>) | Converts pages from document from input stream to array of images. |
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| static Type() |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++