←Select platform

PageNumber Property

Summary
Initial page to display
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

The page number to display when the PDF file is opened.

Remarks

Set this property to true to indicate that External viewers should automatically display the print dialog when the PDF file is opened.

Example

For an example, refer to PDFInitialViewOptions.

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.