Aspose::Words::LowCode::Processor::To метод

Processor::To(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&, Aspose::Words::SaveFormat) method

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>> &output, Aspose::Words::SaveFormat saveFormat)

См. также

Processor::To(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>> &output, const System::SharedPtr<Aspose::Words::Saving::SaveOptions> &saveOptions)

См. также

Processor::To(const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat) method

Указывает выходной поток для процессора.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::SharedPtr<System::IO::Stream> &output, Aspose::Words::SaveFormat saveFormat)
ПараметрТипОписание
выводconst System::SharedPtr<System::IO::Stream>&Поток вывода.
saveFormatAspose::Words::SaveFormatФормат сохранения.

ReturnValue

Возвращает процессор с указанным потоком вывода.

См. также

Processor::To(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Saving::SaveOptions>&) method

Указывает выходной поток для процессора.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::SharedPtr<System::IO::Stream> &output, const System::SharedPtr<Aspose::Words::Saving::SaveOptions> &saveOptions)
ПараметрТипОписание
выводconst System::SharedPtr<System::IO::Stream>&Поток вывода.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::SaveOptions>&Параметры сохранения.

ReturnValue

Возвращает процессор с указанным потоком вывода.

См. также

Processor::To(const System::String&) method

Указывает выходной файл для процессора.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::String &output)
ПараметрТипОписание
выводconst System::String&Имя выходного файла.

ReturnValue

Возвращает процессор с указанным файлом вывода.

См. также

Processor::To(const System::String&, Aspose::Words::SaveFormat) method

Указывает выходной файл для процессора.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::String &output, Aspose::Words::SaveFormat saveFormat)
ПараметрТипОписание
выводconst System::String&Имя выходного файла.
saveFormatAspose::Words::SaveFormatФормат сохранения. Если не указано, формат определяется по расширению файла.

ReturnValue

Возвращает процессор с указанным файлом вывода.

См. также

Processor::To(const System::String&, System::SharedPtr<Aspose::Words::Saving::SaveOptions>) method

Указывает выходной файл для процессора.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::String &output, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions)
ПараметрТипОписание
выводconst System::String&Имя выходного файла.
saveOptionsSystem::SharedPtr<Aspose::Words::Saving::SaveOptions>Необязательные параметры сохранения. Если не указано, формат определяется по расширению файла.

ReturnValue

Возвращает процессор с указанным файлом вывода.

См. также