Leadtools.Windows.Annotations Namespace > AnnAutomation Class : RestoreAllRedactions Method |
public virtual void RestoreAllRedactions()
'Declaration Public Overridable Sub RestoreAllRedactions()
'Usage Dim instance As AnnAutomation instance.RestoreAllRedactions()
public: virtual void RestoreAllRedactions();
Use the CanRestoreAllRedactions property to determine whether you can currently call this method.
This method will call the Realize method of the AnnRedactionObject class for all AnnRedactionObject objects that have the AnnRedactionObject.IsRealized value set to true.
For C#/VB examples, refer to RealizeAllRedactions.