C#
VB
Java
Objective-C
WinRT C#
C++
Gets a value that indicates whether the AnnRedactionObject is realized.
public bool IsRealized { get; }
Public ReadOnly Property IsRealized As Boolean
public bool IsRealized {get;}
@property (nonatomic,readonly) BOOL isRealized;
public boolean isRealized()
get_IsRealized();
public:
property bool IsRealized
{
bool get()
}
true if the object is realized; otherwise, it is false.
This property will determine whether the object is realized. The value will be false when the object is created, set to true when Realize is called and back to false when Restore is called.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET