Cuminas DjVu SDK for .NET Framework
Link Constructor(String)



Link target URL.
Initializes the Link object with an URL.
Syntax
Public Function New( _
   ByVal href As String _
)
Dim href As String
 
Dim instance As New Link(href)
public Link( 
   string href
)
public:
Link( 
   String^ href
)

Parameters

href
Link target URL.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Link Class
Link Members
Overload List

Send Feedback