ILinkEmbedController class

ILinkEmbedController class

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

The ILinkEmbedController type exposes the following members:

Methods

MethodDescription
get_object_storing_locationDetermines 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.
get_urlReturns an URL to an external object.
This method always called if Aspose.Slides.Export.ILinkEmbedController.GetObjectStoringLocation(System.Int32,System.Byte[],System.String,System.String,Syste returned LinkEmbedDecision.LINK and may be called if Aspose.Slides.Export.ILinkEmbedController.GetObjectStoringLocation(System.Int32,System.Byte[],System.String,System.String,Syste returned LinkEmbedDecision.EMBED but embedding is impossible.
Can be called multiple time for same object id.
save_externalSaves external object.

See Also