WebHyperlink

Overview

WebHyperlink is a class in Aspose.PDF FOSS for .NET. Inherits from: Hyperlink.

Hyperlink that opens an external URL.

This class provides 2 methods for working with WebHyperlink objects in .NET programs. Available methods include: WebHyperlink. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Url.

Properties

NameTypeAccessDescription
Urlstring?Read/WriteDestination URL.

Methods

SignatureDescription
WebHyperlink()Calls WebHyperlink on this WebHyperlink instance.
WebHyperlink(url: string)

See Also