Type of a document link object.
[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentLinkType
<SerializableAttribute(),
DataContractAttribute()>
Public Enum DocumentLinkType
public [SerializableAttribute,
DataContractAttribute]
enum class DocumentLinkType sealed
public enum DocumentLinkType
Members
0 | Value |
Use DocumentLink.Value. The link target is an external value. |
1 | 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.
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