←Select platform

TargetPageNumber Property

Summary
Number of the target page of this bookmark.
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 bookmark. The default value is 0.

Remarks

External viewers should scroll to this page when this bookmark is activated.

Example

For an example, refer to PDFBookmark.

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.