Determines whether this page is deleted.
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 if this page is deleted, otherwise; false. Default value is null.
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).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET