HtmlOptions()

HtmlOptions::HtmlOptions(System::SharedPtr<ILinkEmbedController>) constructor

Creates a new HtmlOptions object specifiing callback.

Aspose::Slides::Export::HtmlOptions::HtmlOptions(System::SharedPtr<ILinkEmbedController> linkEmbedController)

Arguments

ParameterTypeDescription
linkEmbedControllerSystem::SharedPtr<ILinkEmbedController>Callback object which controls saving project.

HtmlOptions::HtmlOptions() constructor

Creates a new HtmlOptions object for saving into single HTML file.

Aspose::Slides::Export::HtmlOptions::HtmlOptions()

See Also