Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentLinkTarget Structure : ZoomPercent Property |
public int ZoomPercent {get; set;}
'Declaration
Public Property ZoomPercent As Integer
'Usage
Dim instance As DocumentLinkTarget Dim value As Integer instance.ZoomPercent = value value = instance.ZoomPercent
public int getZoomPercent() public void setZoomPercent(int value)
Viewer applications would normally perform the following when a link target is invoked:
Go to the page number specified in PageNumber.
Check the value of PageFitType, if it is other than DocumentPageFitType.None then fit the page as specified.
If the of PageFitType is DocumentPageFitType.None then use Position to scroll to a specific position in the page and optionally ZoomPercent to update the zoom value.
Viewer application should verify these values and can chose to support only partial implementation.
For an example, refer to DocumentPage.GetLinks and DocumentStructure.