Determine whether this page is deleted.
Object.defineProperty(DocumentPage.prototype, 'isDeleted',
get: function()
)
isDeleted: boolean; // read-only
true if this page is deleted; otherwise, false. Default value is null.
Setting IsDeleted to true will not removed 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.
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