←Select platform

PageNumber Property

Summary

Page number for this annotation.

Syntax

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

Leadtools.Pdf Assembly