pageNumber Property

Summary

Gets or sets the page number associated with this AnnContainer.

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainer.prototype, 'pageNumber', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
pageNumber: number; 

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 multi-page document. The AnnCodecs object will save and load this value as well.

Example

For an example, refer to AnnCodecs.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly