Click or drag to resize

Hyperlink Constructor

Initializes a new instance of the Hyperlink class.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Hyperlink(
	Field hyperlink
)

Parameters

hyperlink
Type: Spire.Doc.Fields Field
The hyperlink.
See Also