Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static ClickHyperlink GetOtherPowerPointPresentation(
	string filePath
)
Public Shared Function GetOtherPowerPointPresentation ( 
	filePath As String
) As ClickHyperlink
public:
static ClickHyperlink^ GetOtherPowerPointPresentation(
	String^ filePath
)
static member GetOtherPowerPointPresentation : 
        filePath : string -> ClickHyperlink 

Parameters

filePath
String

Return Value

ClickHyperlink

See Also