LEADTOOLS Annotations (Leadtools.Annotations assembly)

CanRestoreAllRedactions Property

Show in webframe





Gets a value that indicates whether one or more AnnRedactionObject objects in this AnnAutomation can be restored.
Syntax
public virtual bool CanRestoreAllRedactions {get;}
'Declaration
 
Public Overridable ReadOnly Property CanRestoreAllRedactions As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanRestoreAllRedactions

            

            
public:
virtual property bool CanRestoreAllRedactions {
   bool get();
}

Property Value

true if any AnnRedactionObject object in this AnnAutomation can be restored; otherwise, false.
Remarks

This property will determine whether there is at least one AnnRedactionObject currently in this AnnAutomation that can be restored. The value of AnnRedactionObject.IsRealized must be true in order to be able to restore an AnnRedactionObject.

Use the RestoreAllRedactions method to restore all of the AnnRedactionObject objects in this AnnAutomation that have not been restored.

Example
For an example, refer to RealizeAllRedactions.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.