LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

CanRealizeAllRedactions Property






Gets a value that indicates whether all of the AnnRedactionObject objects in this AnnAutomation can be realized. .NET support Silverlight support
Syntax
public virtual bool CanRealizeAllRedactions {get;}
'Declaration
 
Public Overridable ReadOnly Property CanRealizeAllRedactions As Boolean
'Usage
 
Dim instance As AnnAutomation
Dim value As Boolean
 
value = instance.CanRealizeAllRedactions
public virtual bool CanRealizeAllRedactions {get;}
 get_CanRealizeAllRedactions(); 
public:
virtual property bool CanRealizeAllRedactions {
   bool get();
}

Property Value

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

This property will determine whether there is at least one AnnRedactionObject currently in this AnnAutomation that can be realized. The AnnRedactionObject.IsRealized value must be false in order to be able to realize an AnnRedactionObject.

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

Example

For C#/VB examples, refer to RealizeAllRedactions.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.