Controls the behavior of currentPageNumber.
Object.defineProperty(DocumentViewer.prototype, 'smartCurrentPageNumber',
get: function(),
set: function(value)
)
smartCurrentPageNumber: boolean;
true (default) to use a smarter algorithm for determining the currentPageNumber of the DocumentViewer; otherwise, false to just track the active page.
When the value of SmartCurrentPageNumber is true
(the default value), CurrentPageNumber updates when the visibility of pages is updated due to scrolling or navigation. To tie CurrentPageNumber with the current active page of the view, set the value of SmartCurrentPageNumber to false
.
See currentPageNumber for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document