LEADTOOLS PDF (Leadtools.Pdf assembly)

SourcePageNumber Property

Show in webframe





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:
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

See Also

Reference

PDFInternalLink Structure
PDFInternalLink Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.