Leadtools.Documents Namespace : DocumentLinkType Enumeration |
Leadtools.Documents.DocumentLinkType = function() { };
Leadtools.Documents.DocumentLinkType.prototype = {
value = 0,
targetPage = 1,
};
Value | Member | Description |
---|---|---|
0 | value | Use DocumentLink.Value. The link target is an external value. |
1 | targetPage | 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. |
Used by DocumentLink as the value of the LinkType property.