LocalHyperlink

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

NameTypeAccessDescription
TargetBaseParagraph?Read/WriteTarget paragraph within the document.
TargetPageNumberintRead/Write1-based page number to jump to; takes effect when Target is null.

Methods

SignatureDescription
LocalHyperlink()Calls LocalHyperlink on this LocalHyperlink instance.
LocalHyperlink(target: BaseParagraph)

See Also