←Select platform

TargetPageNumber Property

Summary

Number of the target page of this internal link.

Syntax

C#
VB
Java
C++
public int TargetPageNumber { get; set; } 
Public Property TargetPageNumber As Integer 
public int getTargetPageNumber() 
public void setTargetPageNumber(int targetPageNumber) 
             
public: 
property int TargetPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The 1-based number of the target page of this internal link. The default value is 0.

Remarks

External viewers should scroll to this page when this internal link is activated.

Example

For an example, refer to PDFInternalLink.

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