LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
RedactionRealizePassword Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomationManager Class : RedactionRealizePassword Property



The RedactionRealizePassword Property supports WPF/Silverlight.

The RedactionRealizePassword Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the password used for realization of AnnRedactionObject objects. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property RedactionRealizePassword As String
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As String
 
instance.RedactionRealizePassword = value
 
value = instance.RedactionRealizePassword
C# 
public string RedactionRealizePassword {get; set;}
C++/CLI 
public:
property String^ RedactionRealizePassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The password used for realization of AnnRedactionObject objects.

Example

This example sets "Leadtools" as the password used for automatically locking realized redaction objects.

Visual BasicCopy Code
Private Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager)
   manager.RedactionRealizePassword = "Leadtools"
End Sub
C#Copy Code
private void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager)
{
   manager.RedactionRealizePassword = "Leadtools";
}
SilverlightCSharpCopy Code
private void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager)
{
   manager.RedactionRealizePassword = "Leadtools";
}
SilverlightVBCopy Code
Private Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager)
   manager.RedactionRealizePassword = "Leadtools"
End Sub

Remarks

When an AnnRedactionObject is realized through the user interface in design time, the object will automatically be locked by calling AnnObject.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 AnnObject.Unlock with this property value as the password

You can disable this feature by setting this property to an empty string.

This property is disabled by default.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

RedactionRealizePassword requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.