FileHyperlink
Overview
FileHyperlink is a class in Aspose.PDF FOSS for .NET.
Inherits from: Hyperlink.
Hyperlink that launches an external file (e.g.
This class provides 2 methods for working with FileHyperlink objects in .NET programs.
Available methods include: FileHyperlink.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: FileName, NewWindow.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileName | string? | Read/Write | Path of the file to open. |
NewWindow | ExtendedBoolean | Read/Write | Whether the file should open in a new viewer window. |
Methods
| Signature | Description |
|---|---|
FileHyperlink() | Calls FileHyperlink on this FileHyperlink instance. |
FileHyperlink(fileName: string) | Calls FileHyperlink(fileName) on this FileHyperlink instance. |