←Select platform

PageNumber Property

Summary

Gets or sets the page number associated with this AnnContainer.

Syntax
C#
VB
Objective-C
C++
Java
public int PageNumber { get; set; } 
Public Property PageNumber As Integer 
@property (nonatomic) NSUInteger pageNumber; 
public int getPageNumber() 
public void setPageNumber(int page) 
public:  
   property Int32 PageNumber 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The 1-based page number associated with this AnnContainer. The default value is 1. Must be a value greater than or equal to 1.

Remarks

The AnnContainer does not use PageNumber. Instead, it is an optional value that can be used by the application to associate annotation containers with a multipage document. The AnnCodecs object will save and load this value as well.

Example

For an example, refer to AnnCodecs.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly