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

Show in webframe

IsDeleted Property






Determines whether this page is deleted.
Syntax
public bool IsDeleted {get; set;}
'Declaration
 
Public Property IsDeleted As Boolean
'Usage
 
Dim instance As DocumentPage
Dim value As Boolean
 
instance.IsDeleted = value
 
value = instance.IsDeleted
public boolean isDeleted()
public void setDeleted(boolean value)
            
public:
property bool IsDeleted {
   bool get();
   void set (    bool value);
}

Property Value

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

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).

Requirements

Target Platforms

See Also

Reference

DocumentPage Class
DocumentPage Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features