Метод Aspose::Words::IDocumentConverterPlugin::Convert

IDocumentConverterPlugin::Convert method

Преобразует документ, используя указанные входные и выходные потоки и параметры сохранения.

virtual void Aspose::Words::IDocumentConverterPlugin::Convert(System::SharedPtr<System::IO::Stream> inputStream, System::SharedPtr<Aspose::Words::Loading::LoadOptions> loadOptions, System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions)=0
ПараметрТипОписание
inputStreamSystem::SharedPtr<System::IO::Stream>Входной поток.
loadOptionsSystem::SharedPtr<Aspose::Words::Loading::LoadOptions>Параметры загрузки документа.
outputStreamSystem::SharedPtr<System::IO::Stream>Выходной поток.
saveOptionsSystem::SharedPtr<Aspose::Words::Saving::SaveOptions>Параметры сохранения.

См. также