LinkUri Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
An outbound link to a resource by its uri.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FlowLayout.NavigationLink
    Apitron.PDF.Kit.FlowLayout.NavigationLinkUri

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 sealed class LinkUri : Link

The LinkUri type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleLinkUri(String)
Initializes a new instance of the LinkUri class.
Public methodCode exampleLinkUri(Uri)
Initializes a new instance of the LinkUri class.
Top
Properties

  NameDescription
Public propertyCode exampleBorderColor
Gets or sets the color of the border.
(Inherited from Link.)
Public propertyCode exampleBorderStyle
Gets or sets the border style.
(Inherited from Link.)
Public propertyContent
Gets or sets the content, an alternative description.
(Inherited from Link.)
Public propertyUri
Gets or sets the URI.
Top
Remarks

Examples

C#
Link weblink = new LinkUri("http://www.apitron.com");
See Also

Reference