Marks the specified pages as disabled.
DocumentViewer.prototype.disablePages = function(
pageNumbers
)
disablePages(
pageNumbers: number[]
): void;
pageNumbers
Page numbers to disable. 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 true.
Disables the corresponding AnnContainer, if any.
Disables text operations of the page.
The Operation event will occur for each page with DocumentViewerOperation set to PageDisabled
.
Note: Disabled pages are still visible in the viewer but will be inactive to user input (for instance, selecting text or editing annotations) and will not 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