←Select platform

IsDeleted Property

Summary

Quickly mark this page as deleted in the document.

Syntax
C#
VB
C++
Java
public bool IsDeleted { get; set; } 
Public Property IsDeleted() As Boolean 
   Get 
   Set 
public:  
   property bool IsDeleted 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isDeleted() 
public void setDeleted(boolean value) 

Property Value

true to mark this page as deleted; otherwise, false. Default value is false.

Remarks

Setting IsDeleted to true will not remove any data from the page. It is just used to flag the page as being deleted. Everything works as normal except when the document is saved or converted when deleted pages are skipped.

This gives the user the ability to remove certain pages from the document quickly during save as well as being able to undo this operation when the save operation is done.

This value is saved and re-loaded when the owner LEADDocument uses the cache (LEADDocument.HasCache is true).

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

Leadtools.Document Assembly

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