Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
RedactionRealizePassword Property
See Also  Example
Leadtools.Annotations Namespace > AnnAutomationManager Class : RedactionRealizePassword Property




Gets or sets the password used for realization of AnnRedactionObject objects.

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;}
Managed Extensions for C++ 
public: __property string* get_RedactionRealizePassword();
public: __property void set_RedactionRealizePassword( 
   string* value
);
C++/CLI 
public:
property String^ RedactionRealizePassword {
   String^ get();
   void set (String^ value);
}

Return 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
Public Sub AnnAutomationManager_RedactionRealizePassword(ByVal manager As AnnAutomationManager)
   manager.RedactionRealizePassword = "Leadtools"
End Sub
C#Copy Code
public void AnnAutomationManager_RedactionRealizePassword(AnnAutomationManager manager) 

   manager.RedactionRealizePassword = "Leadtools"; 
}

Remarks

When an AnnRedactionObject is realized through the user interface in 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.

This property is disabled by default.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features