SVGOptions Constructor (ILinkEmbedController) |
Initializes a new instance of the SVGOptions class specifying the link embedding controller object.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic SVGOptions(
ILinkEmbedController linkEmbedController
)
Public Sub New (
linkEmbedController As ILinkEmbedController
)
public:
SVGOptions(
ILinkEmbedController^ linkEmbedController
)
new :
linkEmbedController : ILinkEmbedController -> SVGOptions
Parameters
- linkEmbedController
- Type: Aspose.Slides.ExportILinkEmbedController
The link embedding controller reference.
RemarksLink 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