Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : DocumentLinkType Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentLinkType : System.Enum
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentLinkType Inherits System.Enum
'Usage
Dim instance As DocumentLinkType
public enum DocumentLinkType
[DataContractAttribute()] [SerializableAttribute()] public enum class DocumentLinkType : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Value | Use DocumentLink.Value. The link target is an external value. |
0x00000001 | 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.
For an example, refer to DocumentPage.GetLinks.
System.Object
System.ValueType
System.Enum
Leadtools.Documents.DocumentLinkType