disablePages Method

Summary

Marks the specified pages as disabled.

Syntax
TypeScript
JavaScript
DocumentViewer.prototype.disablePages = function( 
   pageNumbers 
) 
disablePages( 
   pageNumbers: number[] 
): void; 

Parameters

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.

Remarks

This method performs the following:

For each page number specified in pageNumbers.

  1. Finds the corresponding DocumentPage object and sets the value of DocumentPage.IsDeleted to true.

  2. Disables the corresponding AnnContainer, if any.

  3. 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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.