←Select platform

IsRealized Property

Summary

Returns a value that indicates whether this AnnRedactionObject has been realized.

Syntax

C#
VB
C++
public virtual bool IsRealized { get; } 
  
Public Overridable ReadOnly Property IsRealized As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly