←Select platform

PageNumber Property

Summary
Page number for this annotation.
Syntax
C#
VB
C++
Java
public int PageNumber { get; set; } 
Public Property PageNumber As Integer 
public int getPageNumber(); 
public void setPageNumber( 
   int intValue 
); 
public: 
property int PageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

An System.Int32 that specifies the number of the page that this annotation will be added to. The default value is 1.

Example

For an example, refer to PDFAnnotation

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.