←Select platform

CanRestore Property

Summary

Gets a value that indicates whether the AnnRedactionObject can be restored.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool CanRestore { get; } 
Public ReadOnly Property CanRestore As Boolean 
public bool CanRestore {get;} 
@property (nonatomic,readonly) BOOL canRestore; 
public boolean canRestore() 
 get_CanRestore();  
public:  
   property bool CanRestore 
   { 
      bool get() 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly