Returns or sets a HyperlinkType object that indicates the link type.

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 HyperlinkType Type { get; set; }
Public Property Type As HyperlinkType
	Get
	Set
public:
property HyperlinkType Type {
	HyperlinkType get ();
	void set (HyperlinkType value);
}
member Type : HyperlinkType with get, set

Property Value

HyperlinkType

See Also