public virtual void RestoreAllRedactions()
public virtual void RestoreAllRedactions()
-(void) restoreAllRedactions;
public void restoreAllRedactions()
function Leadtools.Annotations.Automation.AnnAutomation.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.CanRestore value set to true.
For an example, refer to RealizeAllRedactions.