←Select platform

DisablePages Method

Summary

Marks the specified pages as disabled.

Syntax
C#
VB
C++
public void DisablePages( 
   IEnumerable<int> pageNumbers 
) 
Public Sub DisablePages( 
   ByVal pageNumbers As IEnumerable(Of Integer) 
) 
public:  
   void DisablePages( 
      IEnumerable<Int32>^ pageNumbers 
   ) 

Parameters

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.

Remarks

This method performs the following steps:

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

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.WinForms Assembly

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