Marks the specified pages as enabled.
DocumentViewer.prototype.enablePages = function(
pageNumbers
)
enablePages(
pageNumbers: number[]
): void;
pageNumbers
Page numbers to enable. This should be one or more item with 1-based page numbers. Use null to mark all the pages in the document viewer.
This method performs the following:
For each page number specified in pageNumbers.
Finds the corresponding DocumentPage object and sets the value of DocumentPage.IsDeleted to false.
Enables the corresponding AnnContainer, if any.
Enables text operations of the page.
The Operation event will occur for each page with DocumentViewerOperation set to pageEnabled
.
Note: Enabled pages are visible in the viewer and are active to user input (for instance, selecting text and editing annotations are possible) and will be part of the final document if it is converted.
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