←Select platform

TargetZoomPercent Property

Summary

Target page zoom percentage of this internal link.

Syntax
C#
VB
C++
Java
public int TargetZoomPercent { get; set; } 
Public Property TargetZoomPercent As Integer 
public int getTargetZoomPercent() 
public void setTargetZoomPercent(int zoomPercent) 
public: 
property int TargetZoomPercent { 
   int get(); 
   void set (    int ); 
} 

Property Value

A System.Int32 that specifies the zoom percent (100 equals to no zoom) of the target page. The default value is 0.

Remarks

The zoom percent (100 equals to no zoom) of the target page. External viewers should zoom to this value when the internal link is activated. A value of 0 means do not change the current zoom percentage when going to the target page.

Example

For an example, refer to PDFInternalLink.

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.Pdf Assembly