LinkUri Constructor (String)

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(
	string uri
)

Parameters

uri
Type: SystemString
The URI to navigate to.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf uri is null.
Remarks

Examples

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

Reference