LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsRealized Property

Show in webframe





Returns a value that indicates whether this AnnRedactionObject has been realized.
Syntax
public bool IsRealized {get;}
'Declaration
 
Public ReadOnly Property IsRealized As Boolean
'Usage
 
Dim instance As AnnRedactionObject
Dim value As Boolean
 
value = instance.IsRealized

            

            
public:
property bool IsRealized {
   bool get();
}

Property Value

true if this AnnRedactionObject has been realized; false, otherwise.
Remarks
You can realize this AnnRedactionObject by calling the Realize method. Call the Restore method to restore the background behind this AnnRedactionObject back onto the image.
Example

For C#/VB examples, refer to AnnRedactionObject.

Requirements

Target Platforms

See Also

Reference

AnnRedactionObject Class
AnnRedactionObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.