Initializes a new instance of the Hyperlink class.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Hyperlink(
	Field hyperlink
)
Public Sub New ( 
	hyperlink As Field
)
public:
Hyperlink(
	Field^ hyperlink
)
new : 
        hyperlink : Field -> Hyperlink

Parameters

hyperlink
Field
The hyperlink.

See Also