ILinkEmbedController Interface

Callback interface used to determine how object should be processed during saving.

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILinkEmbedController

The ILinkEmbedController type exposes the following members.

Methods
  NameDescription
Public methodGetObjectStoringLocation
Determines where object should be stored. This method is called once for each object id. It is not guaranteed that there won't be two objects with same data, semanticName and contentType but with different id.
Public methodGetUrl
Public methodSaveExternal
Saves external object.
See Also