LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

PageNumber Property

Show in webframe







Gets or sets a value that determine the page number this custom bookmark refer to in the created PDF document.
Syntax
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;}

            

            
 
get_PageNumber();
set_PageNumber(value);
Object.defineProperty('PageNumber');
public:
property int PageNumber {
   int get();
   void set (    int value);
}

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

See Also

Reference

PdfCustomBookmark Structure
PdfCustomBookmark Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features