Leadtools.Documents.UI Namespace > DocumentViewerView Object : RunLinkTarget Method |
function Leadtools.Documents.UI.DocumentViewerView.runLinkTarget( linkTarget )
Parameter | Type | Description |
---|---|---|
linkTarget | DocumentLinkTarget | Properties of the link target to invoke. Only the page fit and zoom percentage is used. |
This method is called by DocumentViewer.RunLinkTarget. Refer to this method for more information.
RunLinkTarget only applies the DocumentLinkTarget.PageFitType and DocumentLinkTarget.ZoomPercent of linkTarget.
For an example, refer to RunLinkTarget