HyperlinkFirstSlide Property |
Returns a hyperlink to the first slide of the presentation.
Read-only
Hyperlink.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic static Hyperlink FirstSlide { get; }
Public Shared ReadOnly Property FirstSlide As Hyperlink
Get
public:
static property Hyperlink^ FirstSlide {
Hyperlink^ get ();
}
static member FirstSlide : Hyperlink with get
Property Value
Type:
Hyperlink
See Also