DocumentLinkType Enumeration

Summary

Type of a document link object.

Syntax

JavaScript Syntax
lt.Documents.DocumentLinkType = { 
	Value: 0, 
	TargetPage: 1 
} 
TypeScript Syntax
lt.Documents.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.Documents Namespace

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

Leadtools.Documents Assembly