runLinkTarget Method

Summary

Invoke the specified document link target page fit and zoom properties.

Syntax

JavaScript Syntax
DocumentViewerView.prototype.runLinkTarget = function(linkTarget) 
TypeScript Syntax
runLinkTarget(linkTarget: DocumentLinkTarget): void; 

Parameters

linkTarget

Properties of the link target to invoke. Only the page fit and zoom percentage is used.

Remarks

This method is called by DocumentViewer.RunLinkTarget. Refer to this method for more information.

RunLinkTarget only applies the DocumentLinkTarget.PageFitType and zoomPercent.

Example

For an example, refer to RunLinkTarget

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly