Leadtools.Windows.Annotations Namespace > AnnAutomation Class : RestoreRedaction Method |
public virtual void RestoreRedaction()
'Declaration Public Overridable Sub RestoreRedaction()
'Usage Dim instance As AnnAutomation instance.RestoreRedaction()
public: virtual void RestoreRedaction();
Use the CanRestoreRedaction property to determine whether you can currently call this method.
This method will call the Restore method of the AnnRedactionObject class.
For C#/VB examples, refer to RealizeRedaction.