←Select platform

IsDeleted Property

Summary

Determines whether this page is deleted.

Syntax

C#
VB
Java
C++
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 if this page is deleted, otherwise; false. Default value is null.

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 Document uses the cache (Document.HasCache is true).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly