canRealizeAllRedactions Property

Summary

Gets a value that indicates whether any of the AnnRedactionObject objects in this AnnAutomation can be realized.

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

Property Value

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

Remarks

This property will determine whether there is at least one AnnRedactionObject currently in this AnnAutomation that can be realized.

Use the RealizeAllRedactions method to realize all of the AnnRedactionObject objects in this AnnAutomation that have not been realized.

Example

For an example, refer to RealizeAllRedactions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly