Aspose::Words::LowCode::Processor::To method

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)

See Also

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)

See Also

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

Specifies output stream for the processor.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::SharedPtr<System::IO::Stream> &output, Aspose::Words::SaveFormat saveFormat)
ParameterTypeDescription
outputconst System::SharedPtr<System::IO::Stream>&Output stream.
saveFormatAspose::Words::SaveFormatSave format.

ReturnValue

Returns processor with specified output stream.

See Also

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

Specifies output stream for the processor.

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)
ParameterTypeDescription
outputconst System::SharedPtr<System::IO::Stream>&Output stream.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::SaveOptions>&Save options.

ReturnValue

Returns processor with specified output stream.

See Also

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

Specifies output file for the processor.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::String &output, Aspose::Words::SaveFormat saveFormat)
ParameterTypeDescription
outputconst System::String&Output file name.
saveFormatAspose::Words::SaveFormatSave format. If not specified, save format is determined by the file extension.

ReturnValue

Returns processor with specified output file.

See Also

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

Specifies output file for the processor.

System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::To(const System::String &output, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions=nullptr)
ParameterTypeDescription
outputconst System::String&Output file name.
saveOptionsSystem::SharedPtr<Aspose::Words::Saving::SaveOptions>Optional save options. If not specified, save format is determined by the file extension.

ReturnValue

Returns processor with specified output file.

See Also