Hyperlink Constructor (ISlide)

Creates an instance of a hyperlink which points to specific slide. Note: created hyperlink should be assigned to some object from the same presentation, otherwise link will be saved as NoAction.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public Hyperlink(
	ISlide slide
)

Parameters

slide
Type: Aspose.SlidesISlide
Target slide.
See Also