LinkUri Constructor (Uri)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the LinkUri class.

Namespace:  Apitron.PDF.Kit.FlowLayout.Navigation
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public LinkUri(
	Uri uri
)

Parameters

uri
Type: SystemUri
The URI to navigate to.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf uri is null.
Remarks

Examples

C#
document.Add(new TextBlock("link to website") { Link = new LinkUri(new Uri("www.apitron.com")) });
See Also

Reference