←Select platform

RunLinkTarget Method

Summary

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

Syntax
C#
VB
C++
public void RunLinkTarget( 
   DocumentLinkTarget linkTarget 
) 
Public Sub RunLinkTarget( 
   ByVal linkTarget As DocumentLinkTarget 
) 
public:  
   void RunLinkTarget( 
      DocumentLinkTarget^ linkTarget 
   ) 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly