Leadtools.Annotations.Core Namespace > AnnContainer Class : PageNumber Property |
public int PageNumber {get; set;}
Public Property PageNumber As Integer
public int PageNumber {get; set;}
@property (nonatomic) NSUInteger pageNumber;
public int getPageNumber() public void setPageNumber(int page)
get_PageNumber();
set_PageNumber(value);
Object.defineProperty('PageNumber');
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 multi-page document. The AnnCodecs object will save and load this value as well.
For an example, refer to AnnCodecs.