←Select platform

IsRealized Property

Summary
Gets a value that indicates whether the AnnRedactionObject is realized.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsRealized { get; } 
Public ReadOnly Property IsRealized As Boolean 
@property (nonatomic,readonly) BOOL isRealized; 
public boolean 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.