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 : IsLinksModified Property |
public bool IsLinksModified {get; set;}
'Declaration
Public Property IsLinksModified As Boolean
'Usage
Dim instance As DocumentPage Dim value As Boolean instance.IsLinksModified = value value = instance.IsLinksModified
public boolean isLinksModified() public void setLinksModified(boolean value)
GetLinks is used to get the links found in this page. Not all document types support this method. For more information, refer to DocumentStructure.
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.
This value is saved and re-loaded when the owner Document uses the cache (Document.HasCache is true).
IsLinksModified is not used by the framework in any special way, it is a flag that can used to check if the current links is not the same as the original.
Refer to Loading Using LEADTOOLS Documents Library for more information.
For an example, refer to SetLinks.