←Select platform

CanRestore Property

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

Property Value

true if the object can be restored; otherwise, it is false.

Remarks

This property will determine whether the object can be restored. The AnnRedactionObject cannot be restored if it has been rotated or resized.

Use the Restore method to restore the AnnRedactionObject.

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.