Link type.
public DocumentLinkType LinkType { get; set; }
Public Property LinkType() As DocumentLinkType
Get
Set
public:
property DocumentLinkType^ LinkType
{
DocumentLinkType^ get()
void set(DocumentLinkType^ value)
}
public DocumentLinkType getLinkType()
public void setLinkType(DocumentLinkType value)
The link type. Default value is DocumentLinkType.Value.
Viewer applications can use this value to provide UI support for links. Typically, change the pointer when it hovers over the link Bounds and perform the action when the user clicks on this area: either go to Target if this is an internal link or invoke the hyperlink in Value if this is an external link depending on LinkType.
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