Quickly mark this page as deleted in the document.
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)
true to mark this page as deleted; otherwise, false. Default value is false.
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).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document