←Select platform

IsRealized Property

Summary
Gets a value that indicates whether the AnnRedactionObject is realized.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsRealized { get; } 
@property (nonatomic, assign, readonly) BOOL isRealized; 
public boolean isRealized() 
public:  
   property bool IsRealized 
   { 
      bool get() 
   } 
IsRealized # get  (AnnRedactionObject) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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