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

DocumentLinkType Enumeration

Show in webframe
Type of a document link object.
Syntax
Leadtools.Documents.DocumentLinkType = function() { };
Leadtools.Documents.DocumentLinkType.prototype = {
	value = 0,
	targetPage = 1,
	
 };
Members
ValueMemberDescription
0value Use DocumentLink.Value. The link target is an external value.
1targetPage 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.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file