![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfCustomBookmark Structure : PageNumber Property |
public int PageNumber {get; set;}
'Declaration
Public Property PageNumber As Integer
'Usage
Dim instance As PdfCustomBookmark Dim value As Integer instance.PageNumber = value value = instance.PageNumber
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');
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.