canRestoreAllRedactions Property

Summary

Gets a value that indicates whether any AnnRedactionObject objects in this AnnAutomation can be restored.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype, 'canRestoreAllRedactions', 
	get: function() 
) 
canRestoreAllRedactions: boolean; // read-only 

Property Value

true if any AnnRedactionObject object in this AnnAutomation can be restored; otherwise, it is false.

Remarks

This property will determine whether there is at least one AnnRedactionObject currently in this AnnAutomation that can be restored. The value of AnnRedactionObject.CanRestore must be true in order to be able to restore an AnnRedactionObject.

Use the RestoreAllRedactions method to restore all of the AnnRedactionObject objects in this AnnAutomation that have not been restored.

Example

For an example, refer to RealizeAllRedactions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.