Type of a document link object.
lt.Documents.DocumentLinkType = {
Value: 0,
TargetPage: 1
}
lt.Documents.DocumentLinkType = {
Value: 0,
TargetPage: 1
}
Members
0 | Value |
(0) Use DocumentLink.Value. The link target is an external value. |
1 | TargetPage |
(1) 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET