The number of this page in the original document.
Object.defineProperty(DocumentPage.prototype, 'originalPageNumber',
get: function()
)
readonly originalPageNumber: number;
1-based number of this page in the original document.
OriginalPageNumber is the number of this DocumentPage in the original document file. When the document is loaded, OriginalPageNumber and PageNumber will contain the same value. If the user modifies the pages of the document by adding, removing or replacing pages, then the two values will differ. OriginalPageNumber will never change and will still holds the value in the original document while PageNumber will return the current updated number of the page in the document.
When a page is added to the document by the user, the value of OriginalPageNumber will be -1 since it does not correspond to an item in the original document.
This DocumentPage will use OriginalPageNumber when the user calls the methods to obtain data from the original document such as getImageUrl.
Refer to Loading Using LEADTOOLS Document Library 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