|
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 : DocumentLink Structure |

[DataContractAttribute()] [SerializableAttribute()] public struct DocumentLink : System.ValueType
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Structure DocumentLink Inherits System.ValueType
'Usage
Dim instance As DocumentLink
public class DocumentLink implements Serializable
[DataContractAttribute()] [SerializableAttribute()] public value class DocumentLink : public System.ValueType
The links of a document page can be get and set using GetLinks and SetLinks and contain the following members:
| Member | Description |
|---|---|
| Bounds |
The location and size of the link in the page. |
| LinkType |
Type of the link target: An internal position in the same document or an external value (hyperlink) |
| Target |
The target in the document if this is an internal link |
| Value |
The value (hyperlink) if this is an external link that can automatically be parsed using the regular expressions stored in DocumentText.LinkPatterns. |
For an example, refer to DocumentPage.GetLinks.