Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanRestoreRedaction Property |
public virtual bool CanRestoreRedaction {get;}
'Declaration Public Overridable ReadOnly Property CanRestoreRedaction As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanRestoreRedaction
This property will determine whether the object currently being edited (selected) is an AnnRedactionObject and also if the value of AnnRedactionObject.IsRealized is true.
Use the RestoreRedaction method to restore the AnnRedactionObject object currently being edited (selected).
For C#/VB examples, refer to RealizeRedaction.