←Select platform

IsRealized Property

Summary

Gets a value that indicates whether the AnnRedactionObject is realized.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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() 
   } 

Property Value

true if the object is realized; otherwise, it is false.

Remarks

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.

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.Core Assembly