←Select platform

SourcePageNumber Property

Summary

Source page number of this internal link.

Syntax

C#
VB
Java
C++
public int SourcePageNumber { get; set; } 
Public Property SourcePageNumber As Integer 
public int getSourcePageNumber() 
public void setSourcePageNumber(int sourcePageNumber) 
             
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly