←Select platform

DocumentLinkType Enumeration

Summary

Type of a document link object.

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentLinkType 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentLinkType 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentLinkType sealed 
public enum DocumentLinkType 

Members

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.

Remarks

Used by DocumentLink as the value of the LinkType property.

Example

For an example, refer to DocumentPage.GetLinks.

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