FileHyperlink Constructor (String) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic FileHyperlink(
string path
)
Public Sub New (
path As String
)
public:
FileHyperlink(
String^ path
)
new :
path : string -> FileHyperlink
Parameters
- path
- Type: SystemString
Path to file.
See Also