DocumentLinkType Enumeration

Summary

Type of a document link object.

Syntax
TypeScript
JavaScript
lt.Document.DocumentLinkType = { 
   value: 0, 
   targetPage: 1 
} 
lt.Document.DocumentLinkType = { 
   value: 0, 
   targetPage: 1 
} 

Members

0 Value

(0) Use DocumentLink.Value. The link target is an external value.

1 TargetPage

(1) Use DocumentLink.Target. The link target is an internal part in the same document usually referring another part of the document or another page in the document.

Remarks

Used by DocumentLink as the value of the LinkType property.

Requirements

Target Platforms

See Also

Reference

Leadtools.Document Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly