LEADTOOLS Annotations (Leadtools.Annotations assembly)

IsRealized Property

Show in webframe





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

            

            
public:
virtual 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(RasterImageViewer) method. Call the Restore(RasterImageViewer) method to restore the background behind this AnnRedactionObject back onto the image.
Example
For an example, 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.