Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsDeleted Property

Show in webframe
Determine whether this page is deleted.
Syntax
get_isDeleted();
Object.defineProperty('isDeleted');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

DocumentPage Object
DocumentPage Members

Error processing SSI file