←Select platform

LinkType Property

Summary

Link type.

Syntax
C#
VB
C++
Java
public DocumentLinkType LinkType { get; set; } 
Public Property LinkType() As DocumentLinkType 
   Get 
   Set 
public:  
   property DocumentLinkType^ LinkType 
   { 
      DocumentLinkType^ get() 
      void set(DocumentLinkType^ value) 
   } 
public DocumentLinkType getLinkType() 
public void setLinkType(DocumentLinkType value) 

Property Value

The link type. Default value is DocumentLinkType.Value.

Remarks

Viewer applications can use this value to provide UI support for links. Typically, change the pointer when it hovers over the link Bounds and perform the action when the user clicks on this area: either go to Target if this is an internal link or invoke the hyperlink in Value if this is an external link depending on LinkType.

Example

For an example, refer to DocumentPage.GetLinks.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.