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<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::Saving::SaveOptions>) | |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
static Type() |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++