Holds the properties of a link inside the document.
[SerializableAttribute()]
[DataContractAttribute()]
public struct DocumentLink
<SerializableAttribute(),
DataContractAttribute()>
Public Structure DocumentLink
public [SerializableAttribute,
DataContractAttribute]
value class DocumentLink sealed
public class DocumentLink implements Serializable
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document