Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPage Class : SetLinks Method |
public void SetLinks( DocumentLink[] links )
'Declaration
Public Sub SetLinks( _ ByVal links() As DocumentLink _ )
'Usage
Dim instance As DocumentPage Dim links() As DocumentLink instance.SetLinks(links)
public void setLinks(DocumentLink[] links)
public: void SetLinks( array<DocumentLink>^ links )
GetLinks is used to get the links found in this page. All document types support this method however, the links are not read from the original document till DocumentStructure.IsParsed has been called.
SetLinks is used to replace the links of the page. IsLinksModified is used to as flag that indicates that the links of this page has been replaced by the user.
If this document uses the cache system (Document.HasCache is true), then the links are stored in the cache only when Document.SaveToCache is called.
The LEADTOOLS Document Viewer uses this method to obtain the links of a page uses an interactive modes to modify the mouse cursor when the user to hover over a link as well as invoking the link target when the user clicks on a link.
Refer to Loading Using LEADTOOLS Documents Library for more information.
For an example, refer to GetLinks.