Aspose::Words::LowCode::Processor::From method

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)
ParameterTypeDescription
inputconst System::SharedPtr<System::IO::Stream>&Input document stream.
loadOptionsconst System::SharedPtr<Aspose::Words::Loading::LoadOptions>&Optional load options used to load the document.

ReturnValue

Returns processor with specified input file stream.

See Also

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)
ParameterTypeDescription
inputconst System::String&Input document file name.
loadOptionsconst System::SharedPtr<Aspose::Words::Loading::LoadOptions>&Optional load options used to load the document.

ReturnValue

Returns processor with specified input file.

See Also