Aspose::Words::LowCode::Processor::To method
Contents
[
Hide
]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
- Class Processor
 - Enum SaveFormat
 - Class Processor
 - Namespace Aspose::Words::LowCode
 - Library Aspose.Words for C++
 
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
- Class Processor
 - Class SaveOptions
 - Class Processor
 - Namespace Aspose::Words::LowCode
 - Library Aspose.Words for C++
 
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)
| Parameter | Type | Description | 
|---|---|---|
| output | const System::SharedPtr<System::IO::Stream>& | Output stream. | 
| saveFormat | Aspose::Words::SaveFormat | Save format. | 
ReturnValue
Returns processor with specified output stream.
See Also
- Class Processor
 - Enum SaveFormat
 - Class Processor
 - Namespace Aspose::Words::LowCode
 - Library Aspose.Words for C++
 
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)
| Parameter | Type | Description | 
|---|---|---|
| output | const System::SharedPtr<System::IO::Stream>& | Output stream. | 
| saveOptions | const System::SharedPtr<Aspose::Words::Saving::SaveOptions>& | Save options. | 
ReturnValue
Returns processor with specified output stream.
See Also
- Class Processor
 - Class SaveOptions
 - Class Processor
 - Namespace Aspose::Words::LowCode
 - Library Aspose.Words for C++
 
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)
| Parameter | Type | Description | 
|---|---|---|
| output | const System::String& | Output file name. | 
| saveFormat | Aspose::Words::SaveFormat | Save format. If not specified, save format is determined by the file extension. | 
ReturnValue
Returns processor with specified output file.
See Also
- Class Processor
 - Enum SaveFormat
 - Class Processor
 - Namespace Aspose::Words::LowCode
 - Library Aspose.Words for C++
 
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)
| Parameter | Type | Description | 
|---|---|---|
| output | const System::String& | Output file name. | 
| saveOptions | System::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
- Class Processor
 - Class SaveOptions
 - Class Processor
 - Namespace Aspose::Words::LowCode
 - Library Aspose.Words for C++