Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 19, 2017 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/c46613ef2936779fee4828510fe9fa08 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/c46613ef2936779fee4828510fe9fa08 to your computer and use it in GitHub Desktop.
' For complete examples and data files, please go to https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-.NET
Using doc As WordsDocument = Document.Load(Of WordsDocument)(Utilities.MapSourceFilePath(FilePath))
' Replace hyperlink
doc.Sections(0).Shapes(0).Hyperlink = "https://www.groupdocs.com/"
' Remove hyperlink
doc.Sections(0).Shapes(1).Hyperlink = Nothing
doc.Save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment