The CanRestoreAllRedactions Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets a value that indicates whether one or more AnnRedactionObject objects in this AnnAutomation can be restored.Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property CanRestoreAllRedactions As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomation Dim value As Boolean value = instance.CanRestoreAllRedactions |
C# | |
---|---|
public virtual bool CanRestoreAllRedactions {get;} |
Property Value
true if any AnnRedactionObject object in this AnnAutomation can be restored; otherwise, false.(Read only) 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 AnnAutomation.RestoreAllRedactions method to restore all of the AnnRedactionObject objects in this AnnAutomation that have not been restored.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7