←Select platform

PageNumber Property

Summary

Page number this custom bookmark refer to in the created PDF document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int PageNumber { get; set; } 
Public Property PageNumber As Integer 
public int PageNumber {get; set;} 
@property (nonatomic, assign) NSInteger pageNumber 
public int getPageNumber() 
public void setPageNumber(int pageNumber) 
             
 <br/>get_PageNumber();<br/>set_PageNumber(value);<br/>Object.defineProperty('PageNumber');  
public: 
property int PageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

The page number where this custom bookmark item refer to. Must be value greater or equal to 1 and less or equal to the total number of pages in the final PDF document. Default value is 0.

Remarks

PageNumber represents the page number for where the bookmark item should refer in that page, on more than items can have the same page number value.

Example

For an example, refer to PdfDocumentOptions.

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.Forms.DocumentWriters Assembly