Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

LinkType Property






Link type.
Syntax
public DocumentLinkType LinkType {get; set;}
'Declaration
 
Public Property LinkType As DocumentLinkType
'Usage
 
Dim instance As DocumentLink
Dim value As DocumentLinkType
 
instance.LinkType = value
 
value = instance.LinkType
public DocumentLinkType getLinkType()
public void setLinkType(DocumentLinkType value)
            
public:
property DocumentLinkType LinkType {
   DocumentLinkType get();
   void set (    DocumentLinkType value);
}

Property Value

The link type. Default value is DocumentLinkType.Value.
Remarks

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.

Example

For an example, refer to DocumentPage.GetLinks.

Requirements

Target Platforms

See Also

Reference

DocumentLink Structure
DocumentLink Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features