gets or sets whether remove the link on the hyperlink and keep the character format
during converting to pdf.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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