Marks the specified pages as disabled.
public void DisablePages(
IEnumerable<int> pageNumbers
)
Public Sub DisablePages(
ByVal pageNumbers As IEnumerable(Of Integer)
)
public:
void DisablePages(
IEnumerable<Int32>^ pageNumbers
)
pageNumbers
Page numbers to disable. This should be one or more items with 1-based page numbers. Use null to mark all the pages in the document viewer.
This method performs the following steps:
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 on 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 are unresponsive 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