Quickly marks a page as deleted to remove it from viewing or conversion.
Object.defineProperty(DocumentPage.prototype, 'isDeleted',
get: function(),
set: function(value)
)
isDeleted: boolean;
true if this page is deleted; otherwise, false. The 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 normally except when the document is saved, or converted when deleted pages are skipped.
Using isDeleted makes it possible to remove certain pages from the document quickly during a save operation, as well as being able to undo the operation when the save operation is complete.
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