LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

TargetZoomPercent Property (PDFInternalLink)






Gets or sets the target page zoom percentage of this internal link.
Syntax
public int TargetZoomPercent {get; set;}
'Declaration
 
Public Property TargetZoomPercent As Integer
'Usage
 
Dim instance As PDFInternalLink
Dim value As Integer
 
instance.TargetZoomPercent = value
 
value = instance.TargetZoomPercent
public int TargetZoomPercent {get; set;}
 get_TargetZoomPercent();
set_TargetZoomPercent(value);
public:
property int TargetZoomPercent {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFInternalLink Structure
PDFInternalLink Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.