←Select platform

RedactionRealizePassword Property

Summary

Gets or sets the password to use to perform realization of AnnRedactionObject objects.

Syntax
C#
VB
Objective-C
C++
Java
public string RedactionRealizePassword { get; set; } 
Public Property RedactionRealizePassword As String 
@property (nonatomic,copy) NSString* redactionRealizePassword; 
public String getRedactionRealizePassword() 
public void setRedactionRealizePassword(String password) 
public:  
   property String^ RedactionRealizePassword 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The password used for realization of AnnRedactionObject objects. The default value is an empty string.

Remarks

When a AnnRedactionObject is realized through the user interface at design time, the object will automatically be locked by calling Lock with this value as the password. This will prevent the user from accidentally moving the realized AnnRedactionObject. The user has to manually unlock the object either by using the user interface or programmatically by calling Unlock with this property value as the password.

You can disable this feature by setting this property to an empty string. Therefore, this feature is disabled by default.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly