SVGOptions()

SVGOptions::SVGOptions() constructor

Initializes a new instance of the SVGOptions class.

Aspose::Slides::Export::SVGOptions::SVGOptions()

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

Initializes a new instance of the SVGOptions class specifying the link embedding controller object.

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

Arguments

ParameterTypeDescription
linkEmbedControllerSystem::SharedPtr<ILinkEmbedController>The link embedding controller reference.

Remarks

Link embedding controller is a delegate object that is responsible for making decisions if resources (such as images) need to be embedded or referenced as external resources.

See Also