←Select platform

TargetPageNumber Property

Summary
Number of the target page of this internal link.
Syntax
C#
VB
C++
Java
public int TargetPageNumber { get; set; } 
Public Property TargetPageNumber As Integer 
public int getTargetPageNumber(); 
public void setTargetPageNumber( 
   int intValue 
); 
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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.