←Select platform

IsDeleted Property

Summary

Quickly mark this page as deleted in the document.

Syntax
C#
C++/CLI
Java
Python
public bool IsDeleted { get; set; } 
public:  
   property bool IsDeleted 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isDeleted() 
public void setDeleted(boolean value) 
IsDeleted # get and set (DocumentPage) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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