Gets or sets the page number associated with this AnnContainer.
Object.defineProperty(AnnContainer.prototype, 'pageNumber',
get: function(),
set: function(value)
)
pageNumber: number;
The 1-based page number associated with this AnnContainer. The default value is 1. Must be a value greater than or equal to 1.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET