Hyperlink ClassGemBox.Document Help
Represents an Inline that can be used to create a link to an external resource or to a Bookmark inside a document.
Inheritance Hierarchy

System Object
  GemBox.Document Element
    GemBox.Document Inline
      GemBox.Document Hyperlink

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public sealed class Hyperlink : Inline, 
	IContentElement
Remarks

Hyperlink is an Inline element. For more information about GemBox.Document Content Model, see content model.

Hyperlink can contain any other Inline element except Hyperlink in its Hyperlink.DisplayInlines content property.

For an example how to create a Hyperlink to a Bookmark, see Bookmarks and Hyperlinks sample.

Hyperlinks exported to XPS file format do not provide navigational capabilities.

See Also