Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

IsRealized Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)