![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPage Class : IsDeleted Property |
public bool IsDeleted {get; set;}
'Declaration
Public Property IsDeleted As Boolean
'Usage
Dim instance As DocumentPage Dim value As Boolean instance.IsDeleted = value value = instance.IsDeleted
public boolean isDeleted() public void setDeleted(boolean value)
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).