Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : RedactionRealizePassword Property |
public string RedactionRealizePassword {get; set;}
'Declaration
Public Property RedactionRealizePassword As String
public string RedactionRealizePassword {get; set;}
@property (nonatomic,copy) NSString* redactionRealizePassword;
public String getRedactionRealizePassword() public void setRedactionRealizePassword(String password)
<br/>get_RedactionRealizePassword();<br/>set_RedactionRealizePassword(value);<br/>Object.defineProperty('RedactionRealizePassword');
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.