LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

RedactionRealizePassword Property

Show in webframe
Gets or sets the password to use for realization of AnnRedactionObject objects.
Syntax
get_redactionRealizePassword();
set_redactionRealizePassword(value);
Object.defineProperty('redactionRealizePassword');

Property Value

TypeDescription
stringThe 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.

See Also

Reference

AnnAutomationManager Object
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.