| 
ToPdfParameterList
DisableLink Property
  | 
 gets or sets whether remove the link on the hyperlink and keep the character format
during converting to pdf.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool DisableLink { get; set; }
 
Public Property DisableLink As Boolean
	Get
	Set
 
public:
property bool DisableLink {
	bool get ();
	void set (bool value);
}
 
member DisableLink : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also