LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PageNumber Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > PdfCustomBookmark Structure : PageNumber Property



The PageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets a value that determine the page number this custom bookmark refer to in the created PDF document.

Syntax

Visual Basic (Declaration) 
Public Property PageNumber As Integer
Visual Basic (Usage)Copy Code
Dim instance As PdfCustomBookmark
Dim value As Integer
 
instance.PageNumber = value
 
value = instance.PageNumber
C# 
public int PageNumber {get; set;}
C++/CLI 
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.

Example

For an example, refer to PdfDocumentOptions.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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