LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

SourcePageNumber Property






Gets or sets the source page number of this internal link.
Syntax
public int SourcePageNumber {get; set;}
'Declaration
 
Public Property SourcePageNumber As Integer
'Usage
 
Dim instance As PDFInternalLink
Dim value As Integer
 
instance.SourcePageNumber = value
 
value = instance.SourcePageNumber
public int SourcePageNumber {get; set;}
 get_SourcePageNumber();
set_SourcePageNumber(value);
public:
property int SourcePageNumber {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFInternalLink Structure
PDFInternalLink Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.