Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

RestoreAllRedactions Method






Restores all of the AnnRedactionObject objects in this AnnAutomation.
Syntax
public virtual void RestoreAllRedactions()
'Declaration
 
Public Overridable Sub RestoreAllRedactions() 
'Usage
 
Dim instance As AnnAutomation
 
instance.RestoreAllRedactions()

            

            
public:
virtual void RestoreAllRedactions(); 
Remarks

Use the CanRestoreAllRedactions property to determine whether you can currently call this method.

This method will call the Realize(RasterImageViewer) method of the AnnRedactionObject class for all AnnRedactionObject objects that have the AnnRedactionObject.IsRealized value set to true.

Example
For an example, refer to RealizeAllRedactions.
Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)