isDeleted Property

Summary

Determine whether this page is deleted.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPage.prototype, 'isDeleted', 
	get: function() 
) 
TypeScript Syntax
isDeleted: boolean; // read-only 

Property Value

true if this page is deleted; otherwise, false. Default value is null.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly