Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

LinkType Property

Show in webframe
Link type.
Syntax
get_linkType();
set_linkType(value);
Object.defineProperty('linkType');

Property Value

TypeDescription
DocumentLinkTypeThe 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.

See Also

Reference

DocumentLink Object
DocumentLink Members

Error processing SSI file