Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Unlock Method (AnnGroupObject)






String containing the password used to unlock the annotation objects in this group object.
Unlocks this AnnGroupObject object with the specified password.
Syntax
public override void Unlock( 
   string password
)
'Declaration
 
Public Overrides Sub Unlock( _
   ByVal password As String _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim password As String
 
instance.Unlock(password)

            

            
public:
void Unlock( 
   String^ password
) override 

Parameters

password
String containing the password used to unlock the annotation objects in this group object.
Remarks
The AnnGroupObject class overrides the AnnObject.Unlock method to unlock all objects in the group. For more information, refer to AnnObject.Unlock. For more information, refer to Implementing Annotation Security.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)