Aspose::Words::LowCode::Processor::From method
Contents
[
Hide
]Processor::From(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) method
Specifies input document for processing.
System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::From(const System::SharedPtr<System::IO::Stream> &input, const System::SharedPtr<Aspose::Words::Loading::LoadOptions> &loadOptions=nullptr)
Parameter | Type | Description |
---|---|---|
input | const System::SharedPtr<System::IO::Stream>& | Input document stream. |
loadOptions | const System::SharedPtr<Aspose::Words::Loading::LoadOptions>& | Optional load options used to load the document. |
ReturnValue
Returns processor with specified input file stream.
See Also
- Class Processor
- Class LoadOptions
- Class Processor
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++
Processor::From(const System::String&, const System::SharedPtr<Aspose::Words::Loading::LoadOptions>&) method
Specifies input document for processing.
System::SharedPtr<Aspose::Words::LowCode::Processor> Aspose::Words::LowCode::Processor::From(const System::String &input, const System::SharedPtr<Aspose::Words::Loading::LoadOptions> &loadOptions=nullptr)
Parameter | Type | Description |
---|---|---|
input | const System::String& | Input document file name. |
loadOptions | const System::SharedPtr<Aspose::Words::Loading::LoadOptions>& | Optional load options used to load the document. |
ReturnValue
Returns processor with specified input file.
See Also
- Class Processor
- Class LoadOptions
- Class Processor
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++