←Select platform

IsRealized Property

Summary

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

Syntax

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

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

Leadtools.Windows.Annotations Assembly