←Select platform

DocumentLinkType Enumeration

Summary

Type of a document link object.

Syntax
C#
VB
C++
Java
[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.Document Namespace

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

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.