get_OutputPath()
IHtml5Options::get_OutputPath() method
Determines where external resources should be stored. Read System::String.
virtual System::String Aspose::Slides::Export::IHtml5Options::get_OutputPath()=0
Remarks
Example:
System::SharedPtr<Presentation> pres = System::MakeObject<Presentation>(u"demo.pptx");
System::SharedPtr<Html5Options> html5Options = System::MakeObject<Html5Options>();
html5Options->set_EmbedImages(false);
html5Options->set_OutputPath(u"the_desired_path");
pres->Save(u"demo-linked-images.html", SaveFormat::Html5, html5Options);
See Also
- Class String
- Class IHtml5Options
- Namespace Aspose::Slides::Export
- Library Aspose.Slides