←Select platform

SourcePageNumber Property

Summary
Source page number of this internal link.
Syntax
C#
VB
C++
Java
public int SourcePageNumber { get; set; } 
Public Property SourcePageNumber As Integer 
public int getSourcePageNumber(); 
public void setSourcePageNumber( 
   int intValue 
); 
public: 
property int SourcePageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

A System.Int32 that specifies the 1-based source page number of this internal link. The default value is 0.

Remarks

The source page number of the internal link is the page where the link is located.

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.