[]
        
(Showing Draft Content)

C1.WPF.Document.C1Hyperlink.LinkTarget

LinkTarget Property

Determines the target of the current hyperlink.

Declaration
public C1LinkTargetBase LinkTarget { get; set; }

The hyperlink target is described by an instance of a class derived from C1LinkTargetBase, and can be of one of the following types:

  • C1LinkTargetAn anchor defined within the current or external document.
  • C1LinkTargetFileAn external document, program or URL. The ShellExecute API is used to invoke the link.