linkType Property

Summary

Link type.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentLink.prototype, 'linkType', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
linkType: DocumentLinkType; 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly