LocalHyperlink
Overview
LocalHyperlink is a class in Aspose.PDF FOSS for .NET.
Inherits from: Hyperlink.
Hyperlink that jumps to another paragraph or page in the same document.
This class provides 2 methods for working with LocalHyperlink objects in .NET programs.
Available methods include: LocalHyperlink.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Target, TargetPageNumber.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Target | BaseParagraph? | Read/Write | Target paragraph within the document. |
TargetPageNumber | int | Read/Write | 1-based page number to jump to; takes effect when Target is null. |
Methods
| Signature | Description |
|---|---|
LocalHyperlink() | Calls LocalHyperlink on this LocalHyperlink instance. |
LocalHyperlink(target: BaseParagraph) |