Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnRedactionObject Class : IsRealized Property |
public bool IsRealized {get;}
'Declaration
Public ReadOnly Property IsRealized As Boolean
public bool IsRealized {get;}
@property (nonatomic,readonly) BOOL isRealized;
public boolean isRealized()
get_IsRealized();
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.