Aspose::Words::IDocumentConverterPlugin interface

IDocumentConverterPlugin interface

Defines an interface for external converter plugin.

class IDocumentConverterPlugin : public virtual System::Object

Methods

MethodDescription
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.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also